Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a couple more namespace issues with exception handlers | redmatrix | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | couple of minor issues with dba namespace during install and enotify::format ↵ | redmatrix | 2016-09-18 | 1 | -1/+1 |
| | | | | referencing an unknown variable | ||||
* | some changes merged from wrong branch... new function channel_reddress() ↵ | redmatrix | 2016-09-17 | 5 | -8/+8 |
| | | | | instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file | ||||
* | fix settings/account | Mario Vavti | 2016-09-12 | 1 | -2/+2 |
| | |||||
* | fix for old style version specifiers | redmatrix | 2016-09-08 | 1 | -0/+5 |
| | |||||
* | more get rid of illegal offset in include/conversation | redmatrix | 2016-09-08 | 3 | -7/+10 |
| | |||||
* | pro: provide settings for techlevel and techlevel_lock on admin/site page | redmatrix | 2016-09-08 | 1 | -0/+27 |
| | |||||
* | pro: better handling of system techlevel settings. | redmatrix | 2016-09-07 | 1 | -3/+2 |
| | | | | | | | system.techlevel = initial techlevel for all new accounts system.techlevel_lock = if 1, account techlevel cannot be changed this allows accounts to exist with alternate techlevels than a locked default, but they need to be set by the administrator. By default with no config settings, everybody starts at 0 but can set their own level. | ||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 2 | -3/+3 |
| | |||||
* | pubsites: we still need to filter really really old redmatrix sites. These ↵ | redmatrix | 2016-09-07 | 1 | -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 ↵ | redmatrix | 2016-09-07 | 1 | -2/+0 |
| | | | | can decide for themselves. | ||||
* | photo move to another album - resurrected from a temporary branch where the ↵ | redmatrix | 2016-09-06 | 1 | -32/+32 |
| | | | | work had gotten lost | ||||
* | turn Settings page into sub-modules | redmatrix | 2016-09-06 | 9 | -1315/+1368 |
| | |||||
* | final cleanup on submodules | redmatrix | 2016-09-05 | 2 | -3/+3 |
| | |||||
* | move the rest of mod_admin to sub modules | redmatrix | 2016-09-05 | 10 | -1342/+1393 |
| | |||||
* | move admin/plugins::post to submodule and get rid of absolute paths | redmatrix | 2016-09-05 | 2 | -244/+237 |
| | |||||
* | move admin/security to submodule | redmatrix | 2016-09-05 | 2 | -188/+123 |
| | |||||
* | superfluous backslash | redmatrix | 2016-09-05 | 1 | -1/+1 |
| | |||||
* | use SubModule class for generalising submodules, move back to the ↵ | redmatrix | 2016-09-05 | 2 | -15/+242 |
| | | | | zotlabs/module hierarchy | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-05 | 1 | -1/+1 |
|\ | |||||
| * | json_decode() should return an array instead of an object at this place | Mario Vavti | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | add links to zcards #500 ; also provide drag/drop highlighting of comment ↵ | redmatrix | 2016-09-05 | 1 | -1/+1 |
|/ | | | | regions when a link is being dragged over them | ||||
* | begin to organise the admin module into independent sub-modules. The same ↵ | redmatrix | 2016-09-04 | 1 | -239/+25 |
| | | | | 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 ↵ | redmatrix | 2016-09-04 | 1 | -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 ↵ | redmatrix | 2016-09-04 | 1 | -86/+5 |
| | | | | library so that it can be re-used by widgets | ||||
* | update diaspora compatibility list, and also remove private mail 'unsend' ↵ | redmatrix | 2016-09-03 | 1 | -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. | redmatrix | 2016-09-02 | 1 | -1/+6 |
| | |||||
* | missed the namespace | redmatrix | 2016-09-02 | 1 | -2/+2 |
| | |||||
* | empty schema | redmatrix | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | put theme config into its own namespace | redmatrix | 2016-09-01 | 2 | -4/+4 |
| | |||||
* | turn theme configuration into a class object | redmatrix | 2016-09-01 | 2 | -7/+6 |
| | |||||
* | check that the advanced_theming feature is enabled before the pdledit module ↵ | redmatrix | 2016-09-01 | 2 | -0/+10 |
| | | | | can be accessed. | ||||
* | separate the 'expert' feature into 'advanced_theming' and ↵ | redmatrix | 2016-09-01 | 2 | -4/+2 |
| | | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3. | ||||
* | actively set all the theme options on the display settings page based on the ↵ | redmatrix | 2016-09-01 | 1 | -1/+9 |
| | | | | current theme selection | ||||
* | more work on theme select backend | redmatrix | 2016-09-01 | 1 | -2/+22 |
| | |||||
* | provide json module to load theme specific settings so we can auto-fill the ↵ | redmatrix | 2016-09-01 | 2 | -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 ↵ | redmatrix | 2016-09-01 | 1 | -1/+1 |
| | | | | widget to try and get the sucker to auto submit | ||||
* | some issues with saved search - tags and connection searches weren't being ↵ | redmatrix | 2016-08-31 | 1 | -0/+1 |
| | | | | saved. | ||||
* | Hubzilla pro: Don't offer 'custom/expert' permissions below a techlevel of ↵ | redmatrix | 2016-08-31 | 3 | -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 ↵ | redmatrix | 2016-08-31 | 1 | -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 ↵ | redmatrix | 2016-08-31 | 1 | -2/+21 |
| | | | | other roles. | ||||
* | only check permissions on normal photos and force cover photos as well as ↵ | redmatrix | 2016-08-30 | 1 | -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 Manning | 2016-08-30 | 1 | -2/+0 |
| | | | | permission is checked correctly and issues error on import if denied. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-08-30 | 1 | -7/+313 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-30 | 4 | -15/+25 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-27 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵ | Andrew Manning | 2016-08-27 | 7 | -31/+49 |
| |\ \ \ | | | | | | | | | | | | | | | | attach_move() to include/attach.php. | ||||
| * \ \ \ | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-23 | 7 | -7/+15 |
| |\ \ \ \ | |||||
| * | | | | | Website export to cloud files works. Created new recursive copy function in ↵ | Andrew Manning | 2016-08-23 | 1 | -8/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | attach.php. | ||||
| * | | | | | Block export and re-import works. Fixed bug where layout content was not ↵ | Andrew Manning | 2016-08-20 | 1 | -1/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | being imported properly. |