aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* update include/items.php5.6Mario2021-05-111-8/+1
|
* Merge branch '5.6RC'Mario2021-05-1122-248/+1015
|\
| * id should be intval hereMario2021-05-101-1/+1
| |
| * register: postgres - add default values for timestampsMario2021-05-071-3/+3
| |
| * remove loggingMario2021-05-071-1/+0
| |
| * register: implement remove_expired_registrations() and minor fixesMario2021-05-071-33/+26
| |
| * register: redirect unverified registration emails to the verification formMario2021-05-061-10/+16
| |
| * register: we have already checked for existing email in check_account_email()Mario2021-05-061-0/+8
| |
| * remove duplicate singletons hublocs once a dayMario2021-05-051-0/+3
| |
| * use hubloc_hash instead of hubloc_id_url - otherwise it will bite hublocs ↵Mario2021-05-051-17/+10
| | | | | | | | which use more than one protocol
| * introduce function to remove duplicate singleton hublocsMario2021-05-021-5/+49
| |
| * register: more testing and fixesMario2021-04-281-3/+8
| |
| * register: only log to separate file if configured that way. default to ↵Mario2021-04-261-2/+9
| | | | | | | | standard logging via logger()
| * make sure we transform events to UTC on import before storing. Transform ↵Mario2021-04-221-5/+5
| | | | | | | | from event timezone if available otherwise channel default
| * next batch of fixesMario2021-04-212-18/+43
| |
| * start sending author id, id_sig and key fields along with author/owner and ↵Mario2021-04-211-9/+19
| | | | | | | | adjust import_author_xchan() accordingly
| * Merge branch 'dev' into 'dev'Mario2021-04-202-13/+14
| |\ | | | | | | | | | | | | more PHP 8 fixes See merge request hubzilla/core!1943
| | * more PHP 8 fixesMax Kostikov2021-04-182-13/+14
| | |
| * | potential export issue when using PHP8Mario2021-04-201-2/+2
| | |
| * | if we use dbescbin on save we should use dbunescbin when retrieving (at ↵Mario2021-04-201-1/+1
| | | | | | | | | | | | least that is true for postgres)
| * | registration: reveal possibility to show all registrations in the UIMario2021-04-191-1/+1
| | |
| * | revert last part of previous commit -> see comment above the changeMario2021-04-191-1/+1
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-04-191-1/+1
| |\|
| | * PHP 8 fixesMax Kostikov2021-04-181-1/+1
| | |
| * | import_items(): make sure we compare the correct revision and only call ↵Mario2021-04-191-6/+7
| |/ | | | | | | item_store_update() if edited timestamp of the received item > stored item timestamp
| * register: add option to show all register entriesMario2021-04-161-3/+7
| |
| * register: provide a possibility to leave a message id registration is by ↵Mario2021-04-141-1/+1
| | | | | | | | approval
| * use protect_sprintf() on query stringsMario2021-04-141-4/+4
| |
| * fix regression finding bookmarksMario2021-04-111-7/+0
| |
| * register: more work on ui/uxMario2021-04-101-7/+7
| |
| * feature level is deprecatedMario2021-04-101-37/+36
| |
| * register: only return verified registrations in get_pending_accounts(), more ↵Mario2021-04-092-4/+4
| | | | | | | | invite handling fixes
| * register: cleanup templateMario2021-04-081-1/+5
| |
| * register: default to auto-create channel and fix auto create channel if ↵Mario2021-04-081-1/+1
| | | | | | | | register approval is configured
| * bbcode: escape img and zmg tags so that it will not be messed with before ↵Mario2021-04-062-0/+25
| | | | | | | | required (e.g. URL in image description) - issue #1554
| * air: more ui/ux and provide a possibility to lookup your registration id in ↵Mario2021-03-281-1/+1
| | | | | | | | mod regate (raw and unfinished)
| * Revalidate imported profile photo on each request (patch provided by Max)Mario2021-03-241-1/+2
| |
| * php8: fix fatal errorsMario2021-03-241-0/+3
| |
| * air security: saving the password as hex string is not acceptableMario2021-03-221-2/+3
| |
| * air: revert min_livetime of the form security token - it has had its issues ↵Mario2021-03-181-2/+1
| | | | | | | | and air can be configured for delayed registration verification
| * air: deal with timezones when displaying open/close time - this should ↵Mario2021-03-182-11/+16
| | | | | | | | finally fix issue #1544
| * air: make sure we always save date_time in UTC - issue #1544Mario2021-03-171-1/+1
| |
| * use html2plain for summaryMario2021-03-171-3/+2
| |
| * simplify get_pending_accounts query so that it will work in postgres. this ↵Mario2021-03-161-5/+12
| | | | | | | | will introduce a regression in rendering the table background color.
| * air: fix register notificationsMario2021-03-151-37/+49
| |
| * air: fix calculate_adue() to return false if the value is zero and do not ↵Mario2021-03-151-4/+8
| | | | | | | | hardcode regexpire - adding the max setting (99 years) should be fine.
| * php8: fix some undefined variablesMario2021-03-142-19/+16
| |
| * mod subthread issue continuedMario2021-03-141-2/+8
| |
| * revert default profile imageMario2021-03-121-2/+2
| |
| * Merge branch 'dev' into airMario2021-03-1216-147/+211
| |\