aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-271-2/+2
|\
| * doc search brokenredmatrix2016-08-271-2/+2
| |
* | Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵Andrew Manning2016-08-277-31/+49
|\| | | | | | | attach_move() to include/attach.php.
| * ratings are gone. They can be enabled, but there is no UI for doing so at ↵redmatrix2016-08-255-27/+21
| | | | | | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings.
| * allow changing the server role - as well as configuring any of the three ↵redmatrix2016-08-232-4/+28
| | | | | | | | options during installation
* | Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-237-7/+15
|\|
| * optional server role compatibility checks for pluginsredmatrix2016-08-221-0/+1
| |
| * server role management, part 1redmatrix2016-08-221-1/+1
| |
| * Merge branch 'dev' of https://github.com/git-marijus/hubzilla into ↵redmatrix2016-08-214-5/+10
| |\ | | | | | | | | | git-marijus-dev
| | * move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-214-5/+9
| | |
| * | issue #496redmatrix2016-08-212-1/+3
| |/
* | Website export to cloud files works. Created new recursive copy function in ↵Andrew Manning2016-08-231-8/+47
| | | | | | | | attach.php.
* | Block export and re-import works. Fixed bug where layout content was not ↵Andrew Manning2016-08-201-1/+68
| | | | | | | | being imported properly.
* | Layouts list and are selectable for export to the zip fileAndrew Manning2016-08-201-14/+56
| |
* | Export of pages and their layouts to a zip file works. Bug on importing the ↵Andrew Manning2016-08-201-6/+136
| | | | | | | | exported zip file for pages.
* | Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-191-1/+1
|\|
| * remove insecure repository warning.redmatrix2016-08-181-1/+1
| |
* | Pages populate the available-to-export list. New checkbox class for smaller ↵Andrew Manning2016-08-191-4/+10
| | | | | | | | boxes.
* | Progress implementing zip file exportAndrew Manning2016-08-171-2/+24
|/
* move schema settings into the display settings main so we can set ↵redmatrix2016-08-151-16/+58
| | | | theme:schema theme selectors in settings
* fix attached photo/file permissions on clonesredmatrix2016-08-151-134/+2
|
* Added a disable comments setting to the "Additional features" settings with ↵Andrew Manning2016-08-141-0/+2
| | | | a corresponding post editor toggle button
* string updateredmatrix2016-08-121-1/+1
|
* fix auto-connect settingzottel2016-08-121-3/+0
|
* more cleanup of apiredmatrix2016-08-111-1/+1
|
* A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but ↵redmatrix2016-08-111-32/+23
| | | | you have to start somewhere.
* implement acl for folder creationMario Vavti2016-08-101-9/+14
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-072-16/+19
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-08-0514-18/+79
|\
| * multi acl: port /settingsMario Vavti2016-08-051-1/+5
| |
| * multi acl: port /displayMario Vavti2016-08-051-0/+1
| |
| * multi acl: port /thingMario Vavti2016-08-051-0/+8
| |
| * multi acl: port /rpostMario Vavti2016-08-052-5/+5
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-051-2/+3
| |\
| | * Parse bbcode when page loadsAndrew Manning2016-08-041-2/+2
| | |
| | * Convert select bbcode tags including [observer], [baseurl], [sitename]Andrew Manning2016-08-031-0/+1
| | |
| * | multi acl: port /wikiMario Vavti2016-08-041-4/+13
| | |
| * | multi acl: port /webpages and /mitemMario Vavti2016-08-043-1/+11
| | |
| * | multi acl: port /chatMario Vavti2016-08-041-0/+4
| | |
| * | multi acl: port /cloud and /filestorageMario Vavti2016-08-041-6/+5
| | |
| * | multi acl: port photosMario Vavti2016-08-041-1/+9
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-041-1/+1
| |\|
| * | multi acl: port eventsMario Vavti2016-08-031-1/+11
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-036-14/+261
| |\ \
| * | | multiple acl workMario Vavti2016-08-033-2/+9
| | | |
* | | | minor cleanup on ratings - no real functional changes at this timeredmatrix2016-08-042-12/+20
| |_|/ |/| |
* | | issue #473 - unable to delete privacy groupsredmatrix2016-08-031-1/+1
| |/ |/|
* | missing comma in atoken update sqlredmatrix2016-08-021-1/+1
| |
* | this should sort out likes showing up as wall-to-wall posts on diasporaredmatrix2016-08-011-0/+2
| |
* | This checkin should make all permission modes work correctly with atokens ↵redmatrix2016-08-011-4/+8
| | | | | | | | (they should be able to post content if allowed to). It also removes the strict linkage between permissions and connections so any individual permission can be set for any xchan; even those for which you have no connections.