Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move *_divmore_height setting to the module extra_settings, and fix issue ↵ | Mario Vavti | 2018-10-04 | 1 | -3/+9 |
| | | | | where feature settings were not synced if rpath was provided | ||||
* | move *_list_mode to features | Mario Vavti | 2018-10-04 | 1 | -0/+16 |
| | |||||
* | move archives from network to channel_home | Mario | 2018-10-03 | 1 | -8/+8 |
| | |||||
* | move filing from conversation to network - it is only functional there. | Mario Vavti | 2018-10-03 | 1 | -8/+8 |
| | |||||
* | indicate locked features | Mario Vavti | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Remove servicelevel logic | M. Dent | 2018-09-29 | 1 | -5/+0 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2018-09-28 | 1 | -8/+13 |
|\ | |||||
| * | settings for channel home | Mario Vavti | 2018-09-28 | 1 | -8/+13 |
| | | |||||
* | | nav_channel_select should be off by default | Mario | 2018-09-28 | 1 | -1/+1 |
|/ | |||||
* | implement conversation tools (settings/conversation), remove additional ↵ | Mario Vavti | 2018-09-27 | 1 | -38/+29 |
| | | | | features from the settings menu and get rid of skill levels | ||||
* | guest access app | Mario Vavti | 2018-09-26 | 1 | -15/+0 |
| | |||||
* | permcats app | Mario Vavti | 2018-09-26 | 1 | -9/+0 |
| | |||||
* | remove oauth from features | Mario Vavti | 2018-09-26 | 1 | -18/+0 |
| | |||||
* | appification of privacy groups | Mario Vavti | 2018-09-25 | 1 | -9/+0 |
| | |||||
* | get rid of general features | Mario Vavti | 2018-09-25 | 1 | -16/+0 |
| | |||||
* | move start_menu switch to settings/display for now | Mario Vavti | 2018-09-25 | 1 | -9/+0 |
| | |||||
* | premium channel app | Mario Vavti | 2018-09-25 | 1 | -9/+0 |
| | |||||
* | appification of notes | Mario Vavti | 2018-09-24 | 1 | -19/+0 |
| | |||||
* | move categories from tools to editor settings | Mario Vavti | 2018-09-24 | 1 | -9/+9 |
| | |||||
* | settings for directory and set App::$profile_uid in directory if local_channel() | Mario | 2018-09-24 | 1 | -9/+14 |
| | |||||
* | use different settings for cal_first_day in events and cdav/calendar. This ↵ | Mario | 2018-09-23 | 1 | -2/+2 |
| | | | | is a tradeoff. It would be better to have one setting for both but if we want to preserve the *all settings* view, this would break its functionality | ||||
* | settings for events and cdav calendar | Mario | 2018-09-23 | 1 | -19/+44 |
| | |||||
* | provide settings for mod photo and make it slightly simpler to create new ↵ | Mario | 2018-09-23 | 1 | -11/+16 |
| | | | | module settings | ||||
* | keep the features in the central array but sort them by module name | Mario | 2018-09-23 | 1 | -144/+140 |
| | |||||
* | provide a return path from settings pages | Mario Vavti | 2018-09-21 | 1 | -0/+2 |
| | |||||
* | move connection filtering setting from network to connections, provide a ↵ | Mario Vavti | 2018-09-20 | 1 | -0/+17 |
| | | | | link to settings in the navbar if present for a module and some code optimisation | ||||
* | move chat from feature to apps | Mario Vavti | 2018-09-13 | 1 | -10/+0 |
| | |||||
* | mpre feature to app transition | Mario Vavti | 2018-09-12 | 1 | -27/+0 |
| | |||||
* | move cards from features to apps | Mario Vavti | 2018-09-10 | 1 | -10/+0 |
| | |||||
* | new feature filter network by name | Mario Vavti | 2018-06-08 | 1 | -1/+10 |
| | |||||
* | finalize filters and forum notifications | Mario Vavti | 2018-06-02 | 1 | -2/+11 |
| | |||||
* | first cut on restructuring the previously called network tabs | Mario Vavti | 2018-05-30 | 1 | -10/+10 |
| | |||||
* | Rename Permission Groups to Permission Categories and clarify feature ↵ | Andrew Manning | 2018-05-15 | 1 | -2/+2 |
| | | | | settings text. | ||||
* | Merge pull request #1051 from anaqreon/auto-save | git-marijus | 2018-04-09 | 1 | -0/+9 |
|\ | | | | | Auto-save comment and post text | ||||
| * | Added feature setting for auto-save, defaulting to enabled. | Andrew Manning | 2018-04-08 | 1 | -0/+9 |
| | | |||||
* | | first cut of feature/techlevel merge | zotlabs | 2018-04-08 | 1 | -2/+2 |
|/ | |||||
* | oauth2 client settings page | zotlabs | 2018-04-05 | 1 | -2/+11 |
| | |||||
* | testing start_menu feature | zotlabs | 2018-03-25 | 1 | -2/+3 |
| | |||||
* | turn newmember widget into a feature | zotlabs | 2018-03-23 | 1 | -1/+9 |
| | |||||
* | move privacy groups to the newly created Access Control and Permissions tab. ↵ | zotlabs | 2018-02-27 | 1 | -8/+9 |
| | | | | Not for 3.2 as it requires string changes from the prior checkin. | ||||
* | move oauth_client management and guest access tokens to features rather than ↵ | zotlabs | 2018-02-27 | 1 | -16/+43 |
| | | | | auto-enabling at various feature levels. This involves string changes and should *not* go into 3.2RC. | ||||
* | simplify interactions with the get_features hook by calling it before any ↵ | zotlabs | 2018-01-18 | 1 | -12/+14 |
| | | | | filtering takes place | ||||
* | surface the article feature | zotlabs | 2018-01-15 | 1 | -2/+2 |
| | |||||
* | move markdown-in-posts/comments feature to plugin | zotlabs | 2018-01-14 | 1 | -11/+4 |
| | |||||
* | disable until completed | zotlabs | 2017-11-22 | 1 | -1/+2 |
| | |||||
* | initial articles feature | zotlabs | 2017-11-22 | 1 | -0/+9 |
| | |||||
* | bring back the markdown post feature (after investing some effort to make it ↵ | zotlabs | 2017-10-22 | 1 | -0/+9 |
| | | | | work) | ||||
* | cards feature | zotlabs | 2017-08-23 | 1 | -0/+9 |
| | |||||
* | start deprecation of server_role | zotlabs | 2017-05-29 | 1 | -14/+9 |
| | |||||
* | bringer - all basic functionality is implemented | zotlabs | 2017-02-08 | 1 | -0/+9 |
| |