aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* fix issue where a deleted channel will return 404 before returning zotinfoMario2021-06-021-2/+2
|
* Merge branch 'dev' into sixMario2021-05-311-1/+1
|\
| * fix registration bug - issue #1574Mario2021-05-311-1/+1
| |
* | do not overwrite the original rawmsg iconfig that came with the itemMario2021-05-311-0/+1
| |
* | remove unobscure()Mario2021-05-284-18/+0
| |
* | remove deprecated mail codeMario2021-05-285-426/+0
| |
* | remove include/msglibMario2021-05-271-28/+0
| |
* | remove include/message (the file)Mario2021-05-271-566/+0
| |
* | remove include/messageMario2021-05-271-1/+0
| |
* | remove include/zotMario2021-05-271-5400/+0
| |
* | missing includeMario2021-05-271-0/+2
| |
* | remove zot includesMario2021-05-272-2/+0
| |
* | remove dir_fns includesMario2021-05-271-2/+0
| |
* | deprecate find_upstream_directory()Mario2021-05-271-1/+1
| |
* | deprecate get_rpost_path()Mario2021-05-271-2/+3
| |
* | deprecate import_xchan()Mario2021-05-272-349/+1
| |
* | deprecate make_xchan_hash()Mario2021-05-271-4/+0
| |
* | remove more legacy zot quirksMario2021-05-263-16/+9
| |
* | remove most legacy zot quirksMario2021-05-2612-124/+26
| |
* | import_author_xchan(): do not import legacy zotMario2021-05-261-53/+19
| |
* | handle_tag(): only use xchans with xhchan_deleted = 0Mario2021-05-261-12/+12
| |
* | remove request command from notifierMario2021-05-231-1/+1
| |
* | some cleanupMario2021-05-231-40/+11
|/
* remove todo since the zot6 xchan should be merely imported in this case. ↵Mario2021-05-211-2/+4
| | | | also only return if we already have a result.
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-05-212-5/+6
|\
| * Merge branch 'Malend-dev-patch-02229' into 'dev'Mario2021-05-211-3/+4
| |\ | | | | | | | | | | | | Remove useless test See merge request hubzilla/core!1957
| | * Remove useless testMalendur2021-05-201-3/+4
| | |
| * | Merge branch 'Malend-dev-patch-19605' into 'dev'Mario2021-05-211-2/+2
| |\ \ | | | | | | | | | | | | | | | | Fix phpDoc See merge request hubzilla/core!1958
| | * | Fix phpDocMalendur2021-05-201-2/+2
| | |/
* | / introduce the direct flag for direct messagesMario2021-05-211-9/+16
|/ /
* / make sure to set the correct item_private stateMario2021-05-201-1/+2
|/
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-05-154-20/+25
|\
| * Merge branch 'dev' into 'dev'Mario2021-05-143-8/+13
| |\ | | | | | | | | | | | | Random PHP 8 fixes See merge request hubzilla/core!1951
| | * Random PHP 8 fixesMax Kostikov2021-05-143-8/+13
| | |
| * | fix regression in regard to menu wrappingMario2021-05-121-12/+12
| | |
* | | make sure we do not mess up the query string when removing single parametersMario Vavti2021-05-151-5/+48
|/ /
* | 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