aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
...
* | air: make sure we always save date_time in UTC - issue #1544Mario2021-03-172-7/+7
| |
* | air: another stringMario2021-03-171-1/+1
| |
* | air: some work on ui/uxMario2021-03-172-23/+32
| |
* | also move code comments to the functionMario2021-03-161-8/+0
| |
* | air: fix register notificationsMario2021-03-152-39/+31
| |
* | air: fix calculate_adue() to return false if the value is zero and do not ↵Mario2021-03-151-70/+70
| | | | | | | | hardcode regexpire - adding the max setting (99 years) should be fine.
* | fix default value displayed if value is set to empty or zero. fix #1536 and ↵Mario2021-03-151-39/+39
| | | | | | | | #1537
* | php8: fix some undefined variablesMario2021-03-141-0/+2
| |
* | cleanupMario2021-03-141-40/+0
| |
* | mod subthread issue continuedMario2021-03-142-6/+25
| |
* | fix mod subthread for zot6Mario2021-03-132-66/+51
| |
* | Merge branch 'dev' into airMario2021-03-1214-154/+172
|\|
| * revert follow_failover hook - there is a cleaner solutionMario2021-03-121-8/+0
| |
| * introduce the follow_failover hookMario2021-03-111-12/+20
| |
| * more add interactive flagMario2021-03-113-47/+47
| |
| * php8: daily warning fixes (deriving from mod network)Mario2021-03-111-4/+6
| |
| * fix mod display queryMario2021-03-101-15/+14
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-03-101-5/+5
| |\
| | * Merge branch 'php8fixes' into 'dev'Mario2021-03-101-5/+5
| | |\ | | | | | | | | | | | | | | | | More PHP 8 fixes See merge request hubzilla/core!1923
| | | * More PHP 8 fixesMax Kostikov2021-03-101-5/+5
| | | |
| * | | php8: random fixes deriving from mod networkMario2021-03-101-3/+5
| |/ /
| * / do not parse bbcode in summary - issue #1532Mario2021-03-101-2/+0
| |/
| * a possible fix for issue #1529Mario Vavti2021-03-093-6/+5
| |
| * Merge branch 'php8' into 'dev'Mario2021-03-093-3/+3
| |\ | | | | | | | | | | | | Stricter parameters checks for PHP 8 support See merge request hubzilla/core!1921
| | * Change set_linkified_perms() arguments orderMax Kostikov2021-03-091-1/+1
| | |
| | * Change set_linkified_perms() arguments order Max Kostikov2021-03-091-1/+1
| | |
| | * Remove unusable variable $sql_queryMax Kostikov2021-03-081-1/+1
| | |
| * | fix profile not found if not logged inMario2021-03-091-13/+13
| | |
| * | Define $sql_extra2 variable before extendingMax Kostikov2021-03-081-0/+1
| |/
| * sse_bs: if Enotify::format() returns an empty array do not add it to ↵Mario2021-03-051-5/+20
| | | | | | | | notifications (the item has probably been blocked)
| * php8: fix warnings during install procedureMario2021-03-031-40/+42
| | | | | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9)
| * export compatibility from hubzilla to zapZot2021-02-241-3/+4
| |
| * MissprintMax Kostikov2021-02-231-1/+1
| |
| * summary edit actionsMario2021-02-193-6/+9
| |
| * deprecate summary tag in favour of a separate input fieldMario2021-02-193-42/+24
| |
| * FIX: Display urls won't show to permitted remote observersM. Dent2021-02-141-4/+7
| |
| * fix ping_site() issueMario2021-02-131-52/+66
| |
| * use (un)obscurifyMario2021-02-101-35/+35
| |
| * port Lib/Crypto from zapMario2021-02-098-87/+96
| |
| * move key conversion to separate libMario Vavti2021-02-042-54/+57
| |
| * add fetch_provider hookMario2021-01-311-4/+10
| |
| * code format onlyMario2021-01-291-1/+0
| |
| * code format onlyMario2021-01-282-218/+216
| |
| * AS discovery for mod profileMario2021-01-281-14/+29
| |
| * AS channel discovery with custom access headerMario2021-01-281-3/+37
| |
| * thread listener improvementsMario2021-01-262-6/+22
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-01-252-132/+155
| |\
| | * expose manual public item import from searchbar, set commen_policy in ↵Mario2021-01-252-132/+155
| | | | | | | | | | | | Activity::store() to what we get if we get something otherwise default to authenticated, comments by the owner have the relay flag set and therefor $perm will be not be set to post_comments - always check if we own the parent in lib/libzot (not only if $perm = send_stream) if otherwise not allowed
| * | invoke channel discovery by hash instead of address and add thread listeners ↵Mario Vavti2021-01-252-5/+9
| |/ | | | | | | only if we also send them the post
| * Merge branch 'dev' into 'dev'Mario2021-01-241-3/+3
| |\ | | | | | | | | | | | | Add support filesystem storage for xchan profile photos See merge request hubzilla/core!1898