aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* provide version info in /pubsitesredmatrix2016-09-072-3/+3
|
* pubsites: we still need to filter really really old redmatrix sites. These ↵redmatrix2016-09-071-0/+2
| | | | will not provide a pleasant experience. We probably should add version to the table.
* Remove the platform check in pubsites, since we're reporting it now. Folks ↵redmatrix2016-09-071-2/+0
| | | | can decide for themselves.
* photo move to another album - resurrected from a temporary branch where the ↵redmatrix2016-09-061-32/+32
| | | | work had gotten lost
* turn Settings page into sub-modulesredmatrix2016-09-069-1315/+1368
|
* document the SubModule class and provide an option to change where the ↵redmatrix2016-09-061-4/+16
| | | | submodule name is located in the url path
* final cleanup on submodulesredmatrix2016-09-052-3/+3
|
* move the rest of mod_admin to sub modulesredmatrix2016-09-0510-1342/+1393
|
* move admin/plugins::post to submodule and get rid of absolute pathsredmatrix2016-09-052-244/+237
|
* move admin/security to submoduleredmatrix2016-09-052-188/+123
|
* superfluous backslashredmatrix2016-09-051-1/+1
|
* use SubModule class for generalising submodules, move back to the ↵redmatrix2016-09-053-17/+42
| | | | zotlabs/module hierarchy
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-051-1/+1
|\
| * json_decode() should return an array instead of an object at this placeMario Vavti2016-09-051-1/+1
| |
* | add links to zcards #500 ; also provide drag/drop highlighting of comment ↵redmatrix2016-09-051-1/+1
|/ | | | regions when a link is being dragged over them
* begin to organise the admin module into independent sub-modules. The same ↵redmatrix2016-09-042-239/+258
| | | | needs to happen with the API module. Using admin/plugins->get() as the first test case
* sidebar table of contents for help hierarchies; note that these should ↵redmatrix2016-09-041-1/+1
| | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown
* move doc file parsing and rendering from the module level to the help ↵redmatrix2016-09-041-86/+5
| | | | library so that it can be re-used by widgets
* don't send purge_all notification to self.redmatrix2016-09-031-1/+1
|
* update diaspora compatibility list, and also remove private mail 'unsend' ↵redmatrix2016-09-031-1/+1
| | | | (recall) from techlevel 0 which includes the basic server configuration. It's one less cross network compatibility issue that basic members will have to be aware of and one less complication for entry-level 'pro' members.
* pro: allow admin to set a site techlevel and optionally lock it.redmatrix2016-09-021-1/+6
|
* missed the namespaceredmatrix2016-09-021-2/+2
|
* empty schemaredmatrix2016-09-021-1/+1
|
* put theme config into its own namespaceredmatrix2016-09-012-4/+4
|
* turn theme configuration into a class objectredmatrix2016-09-012-7/+6
|
* check that the advanced_theming feature is enabled before the pdledit module ↵redmatrix2016-09-012-0/+10
| | | | can be accessed.
* separate the 'expert' feature into 'advanced_theming' and ↵redmatrix2016-09-012-4/+2
| | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3.
* actively set all the theme options on the display settings page based on the ↵redmatrix2016-09-011-1/+9
| | | | current theme selection
* more work on theme select backendredmatrix2016-09-011-2/+22
|
* provide json module to load theme specific settings so we can auto-fill the ↵redmatrix2016-09-012-1/+44
| | | | display settings page with schemas and theme settings whenever somebody makes a different theme selection
* theme preview - that was easy; plus a bit more tweaking of the saved search ↵redmatrix2016-09-012-1/+3
| | | | widget to try and get the sucker to auto submit
* some issues with saved search - tags and connection searches weren't being ↵redmatrix2016-08-311-0/+1
| | | | saved.
* Hubzilla pro: Don't offer 'custom/expert' permissions below a techlevel of ↵redmatrix2016-08-313-9/+23
| | | | 4; but any existing expert mode members are grandfathered in.
* Do not allow PERMS_PUBLIC as a choice for writable permission limits. Change ↵redmatrix2016-08-311-2/+4
| | | | text of buttons in expert mode for consistency with usage ('Channel Permission Limits' and 'Default Access Control List (ACL)').
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-313-3/+24
| | | | other roles.
* only check permissions on normal photos and force cover photos as well as ↵redmatrix2016-08-301-0/+9
| | | | profile photos to be public. As a side effect 'thing' photos will also be considered public.
* Imported webpage elements update existing elements properly. AllowCode ↵Andrew Manning2016-08-301-2/+0
| | | | permission is checked correctly and issues error on import if denied.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-08-302-7/+370
|\
| * Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-307-18/+31
| |\
| * \ Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-271-2/+2
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵Andrew Manning2016-08-279-36/+115
| |\ \ \ | | | | | | | | | | | | | | | attach_move() to include/attach.php.
| * \ \ \ Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-238-8/+16
| |\ \ \ \
| * | | | | 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-202-6/+193
| | | | | | | | | | | | | | | | | | | | | | | | exported zip file for pages.
| * | | | | Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-192-1/+8
| |\ \ \ \ \
| * | | | | | 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
| | | | | | |
* | | | | | | remove duplicated includeredmatrix2016-08-291-1/+0
| |_|_|_|_|/ |/| | | | |