Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mailhost settings from plugin to core | zotlabs | 2017-11-13 | 1 | -0/+4 |
| | |||||
* | provide personal config for channel_menu; the site can set an initial ↵ | zotlabs | 2017-10-31 | 1 | -0/+3 |
| | | | | site-wide value but this but there isn't a corresponding admin setting currently and can only be set by manual config | ||||
* | fix wrong logic for enable/disable pubstream notifications | Mario Vavti | 2017-10-05 | 1 | -2/+2 |
| | |||||
* | hubzilla issue #855: fix for some problems with displaying selected theme ↵ | Sergey Lukin | 2017-09-12 | 1 | -34/+38 |
| | | | | after panel Settings->Display loading | ||||
* | Default Access Control List (ACL) -> Default Privacy Group and minor ↵ | Mario Vavti | 2017-09-04 | 1 | -1/+1 |
| | | | | template fix | ||||
* | consolidate disable_discover_tab config if it was not yet set to either 1 or ↵ | git-marijus | 2017-08-06 | 1 | -1/+1 |
| | | | | 0 in DB | ||||
* | initial notifications support for new shared files and new (since initial ↵ | git-marijus | 2017-07-28 | 1 | -0/+6 |
| | | | | site load) pubstream activity | ||||
* | affinitiy slider settings were being updated on any submit of of ↵ | zotlabs | 2017-07-05 | 1 | -8/+10 |
| | | | | settings/featured, plus minor non-code changes | ||||
* | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | start deprecation of server_role | zotlabs | 2017-05-29 | 1 | -1/+0 |
| | |||||
* | consolidate email validation checks | zotlabs | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | fix php warning and remove logging | Mario Vavti | 2017-03-19 | 1 | -4/+2 |
| | |||||
* | Monday is a proper name and should be capitalised (except in private ↵ | zotlabs | 2017-03-08 | 1 | -1/+1 |
| | | | | conversation amongst unix geeks). | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-03-02 | 1 | -1/+1 |
|\ | |||||
| * | reset schema value after we empty and repopulate it. second half of fix for #624 | Mario Vavti | 2017-03-02 | 1 | -1/+1 |
| | | |||||
* | | activity widget - like the forum widget but represents unseen activity by ↵ | zotlabs | 2017-03-02 | 1 | -2/+2 |
|/ | | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding. | ||||
* | set minversion and maxversion for themes in ↵ | Mario Vavti | 2017-02-27 | 1 | -2/+3 |
| | | | | view/theme/themename/php/theme.php instead of separate file. | ||||
* | add a minversion to the theme and fallback to default if requirement is not ↵ | Mario Vavti | 2017-02-26 | 1 | -3/+9 |
| | | | | met. mark incompatible themes in the theme selector | ||||
* | add default permcat to channel settings form | zotlabs | 2017-02-12 | 1 | -1/+18 |
| | |||||
* | more permissions optimisations | zotlabs | 2017-02-09 | 1 | -9/+11 |
| | |||||
* | bringer - all basic functionality is implemented | zotlabs | 2017-02-08 | 1 | -18/+24 |
| | |||||
* | initial permcat creation ability, in /settings/permcats; functional permcat ↵ | zotlabs | 2017-02-07 | 1 | -0/+111 |
| | | | | creation for testing but still needs a lot of UX work before promoting the ability | ||||
* | atokens - we only need one permission column | zotlabs | 2017-02-07 | 1 | -1/+2 |
| | |||||
* | default to manual conversation updates | Mario Vavti | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | move firefox social api configuration to plugin | zotlabs | 2017-02-02 | 1 | -1/+8 |
| | |||||
* | Add affinity slider tool settings for min and max defaults in settings/featured | Andrew Manning | 2017-01-29 | 1 | -0/+29 |
| | |||||
* | some preliminary work for email notification of likes - potentially ↵ | zotlabs | 2016-12-11 | 1 | -0/+2 |
| | | | | destabilising so disabled until after next release | ||||
* | Report the WebDAV endpoint on the settings page (under the reddress) if the ↵ | zotlabs | 2016-12-08 | 1 | -0/+3 |
| | | | | account techlevel suggests the viewer isn't going to run away screaming and have epileptic seizures when they see the term 'WebDAV'. | ||||
* | issue #607 parens not recognised inside urls | zotlabs | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | reverse logic | Mario Vavti | 2016-11-07 | 1 | -2/+2 |
| | |||||
* | convert manual page updates to a display setting instead of a feature | zotlabs | 2016-11-02 | 1 | -0/+3 |
| | |||||
* | remove logging | zotlabs | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | permissions issue | zotlabs | 2016-10-14 | 1 | -2/+2 |
| | |||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 2 | -2/+2 |
| | | | | queries | ||||
* | feature_enabled() only takes two arguments | Mario Vavti | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | add some more stuff to admin/account_edit (service class, language, and ↵ | redmatrix | 2016-10-03 | 1 | -9/+1 |
| | | | | techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once. | ||||
* | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | fix settings/account | Mario Vavti | 2016-09-12 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | turn Settings page into sub-modules | redmatrix | 2016-09-06 | 7 | -0/+1354 |