aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Check if POSIX PHP module is available on PID checkMax Kostikov2020-03-311-1/+1
| | |
* | | Add check if expire procedure is still runningMax Kostikov2020-03-311-1/+1
| | |
* | | Update Expire.phpMax Kostikov2020-03-311-5/+5
| | |
* | | Avoid multiple run of expiry procedure on large sitesMax Kostikov2020-03-311-0/+9
|/ /
* | use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to ↵Mario2020-03-293-4/+6
| | | | | | | | zot6 and some whitespace cleanup in queue_deliver()
* | fix check for existing hublocsMario2020-03-291-1/+2
| |
* | port fhublocs to zot6 and fix issue with primary detectionMario2020-03-291-9/+27
| |
* | prevent mod fhublocs breaking things. it needs porting to zot6 but has no ↵Mario2020-03-281-0/+3
| | | | | | | | priority for now.
* | do not use channel_portable_id in process_channel_sync_delivery(). we should ↵Mario2020-03-251-1/+1
| | | | | | | | only accept sync packages from channels which are already transitioned to zot6.
* | one more typoMario2020-03-161-1/+1
| |
* | typoMario2020-03-161-1/+1
| |
* | Update 1236 and bump version to 4.7.4Mario2020-03-161-0/+115
| |
* | first batch of zot6 transition patches. basic communication with ↵Mario2020-03-123-32/+38
| | | | | | | | transitioned channels *should* work now
* | Merge branch 'dev' into z6connectMario2020-03-111-0/+130
|\|
| * z6trans preparation for db update 1236Mario2020-03-111-94/+24
| |
| * provide tool to transform channels to zot6. WARNING: transformed channels ↵Mario2020-03-061-0/+200
| | | | | | | | will not yet be functional without additional patches.
* | Merge branch 'dev' into z6connectMario2020-03-0215-288/+872
|\|
| * prevent duplicate votesMario2020-02-291-1/+29
| |
| * Allow wiki link titlesBattleMage2020-02-281-2/+5
| | | | | | | | | | Allow linking to wiki pages with alternating titles by separating the title from the link with a pipe, like regular wiki markup does.
| * Merge branch 'dev' into 'dev'Mario2020-02-272-6/+51
| |\ | | | | | | | | | | | | add iconfig to zot6 objects See merge request hubzilla/core!1835
| | * add iconfig to zot6 objectszotlabs2020-02-232-6/+51
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-02-261-5/+0
| |\ \
| | * | Code reuseMax Kostikov2020-02-241-5/+0
| | | |
| * | | implement poll UI in jotMario2020-02-261-3/+58
| |/ /
| * | Implement DAV calendars sync with clonesMax Kostikov2020-02-242-34/+127
| | |
| * | implement optional events and polls filterMario2020-02-212-5/+47
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-02-202-235/+187
| |\ \
| | * | Revert "Use argv() instead URI parsing"Max Kostikov2020-02-202-235/+187
| | | | | | | | | | | | | | | | This reverts commit bcfb69eeeef6a0506a0ec0574a03b673df84a55a
| * | | fix warningMario2020-02-201-2/+2
| |/ /
| * | vote issueMario2020-02-201-1/+4
| | |
| * | Merge branch 'dev' into 'dev'Max Kostikov2020-02-131-4/+4
| |\| | | | | | | | | | | | | issue with multi-line poll elements See merge request hubzilla/core!1831
| | * issue with multi-line poll elementszotlabs2020-02-121-4/+4
| | |
| * | fix notifications for pollsMario2020-02-112-2/+7
| |/
| * fix poll responseszotlabs2020-02-102-1/+12
| |
| * this allows polls to federate from hubzilla to zap, though still a remaining ↵zotlabs2020-02-102-3/+14
| | | | | | | | issue with voting
| * poll fixesMario2020-02-103-4/+10
| |
| * poll updateszotlabs2020-02-094-34/+67
| |
| * missing piece of poll codezotlabs2020-01-311-0/+67
| |
| * fix php warningÃMario2020-01-311-1/+1
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2020-01-301-3/+8
| |\
| | * Merge branch 'dev' into 'dev'Max Kostikov2020-01-301-3/+8
| | |\ | | | | | | | | | | | | | | | | Prevent multiple database requests on name platform check See merge request hubzilla/core!1824
| | | * Update System.phpMax Kostikov2020-01-301-2/+1
| | | |
| | | * Update System.phpMax Kostikov2020-01-301-3/+4
| | | |
| | | * Prevent multiple database requests on name platform checkMax Kostikov2020-01-301-3/+8
| | | |
| | * | z6 compat workZot2020-01-302-3/+8
| | | |
| * | | basic poll support and patch to not call System::get_platform_name() within ↵zotlabs2020-01-303-6/+231
| | | | | | | | | | | | | | | | t() unless needed. Polls probably need refining and have not yet been fully tested after porting
| * | | Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2020-01-292-2/+4
| |\| |
| * | | z6 transition work - prevent z6 sync packets from being unpacked into an ↵zotlabs2020-01-292-3/+8
| | | | | | | | | | | | | | | | incompatible schema
* | | | zap is storing perms different from hubzilla - revert Lib/Connect to use the ↵Mario2020-01-301-4/+5
| | | | | | | | | | | | | | | | hubzilla way. Eventually we might want to streamline this with zap. This will require a DB update to upgrade permissions in abconfig.
* | | | port Lib/Connect and Module/Follow from zap. Connect with new connections ↵Mario2020-01-264-23/+818
| |/ / |/| | | | | | | | via zot6