Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | permcats app | Mario Vavti | 2018-09-26 | 1 | -120/+0 | |
| | ||||||
* | oauth and oauth2 apps manager | Mario Vavti | 2018-09-26 | 2 | -345/+0 | |
| | ||||||
* | appification of the pdl editor and move advanced_theming to theme settings ↵ | Mario Vavti | 2018-09-26 | 1 | -9/+1 | |
| | | | | where it belongs | |||||
* | move advanced_theming switch to settings/display for now | Mario Vavti | 2018-09-25 | 1 | -3/+8 | |
| | ||||||
* | move start_menu switch to settings/display for now | Mario Vavti | 2018-09-25 | 1 | -1/+11 | |
| | ||||||
* | add file | Mario | 2018-09-24 | 1 | -0/+43 | |
| | ||||||
* | minor cleanup | Mario | 2018-09-23 | 1 | -2/+0 | |
| | ||||||
* | settings for events and cdav calendar | Mario | 2018-09-23 | 4 | -1/+130 | |
| | ||||||
* | provide settings for mod photo and make it slightly simpler to create new ↵ | Mario | 2018-09-23 | 5 | -32/+57 | |
| | | | | module settings | |||||
* | keep the features in the central array but sort them by module name | Mario | 2018-09-23 | 5 | -232/+20 | |
| | ||||||
* | this should be off by default | Mario | 2018-09-22 | 1 | -1/+1 | |
| | ||||||
* | add files and settings for channel manager | Mario | 2018-09-22 | 2 | -0/+127 | |
| | ||||||
* | appification of sources | Mario Vavti | 2018-09-22 | 1 | -9/+0 | |
| | ||||||
* | add file | Mario Vavti | 2018-09-21 | 1 | -0/+120 | |
| | ||||||
* | provide a return path from settings pages | Mario Vavti | 2018-09-21 | 2 | -0/+4 | |
| | ||||||
* | remove connection filter from network settings | Mario Vavti | 2018-09-20 | 1 | -8/+0 | |
| | ||||||
* | move connection filtering setting from network to connections, provide a ↵ | Mario Vavti | 2018-09-20 | 2 | -12/+53 | |
| | | | | link to settings in the navbar if present for a module and some code optimisation | |||||
* | remove superfluous comma | Mario Vavti | 2018-09-17 | 1 | -1/+1 | |
| | ||||||
* | remove unused variable | Mario Vavti | 2018-09-17 | 1 | -1/+0 | |
| | ||||||
* | seperate settings for mod network | Mario Vavti | 2018-09-17 | 1 | -0/+128 | |
| | ||||||
* | Merge branch 'oauth2-ui-pr' into 'dev' | Mario | 2018-08-12 | 1 | -6/+29 | |
|\ | | | | | | | | | Oauth2 ui pr See merge request hubzilla/core!1255 | |||||
| * | OAuth2 UI and settings updates | M.Dent | 2018-08-10 | 1 | -4/+26 | |
| | | ||||||
| * | Add user_id = local_channel() to the where clause of updates | M.Dent | 2018-08-10 | 1 | -2/+3 | |
| | | ||||||
* | | When checking permissions ignore checking site "Block Public" settings in ↵ | zotlabs | 2018-07-30 | 1 | -1/+1 | |
| | | | | | | | | cases where site permissions aren't applicable | |||||
* | | spellcheck | zotlabs | 2018-07-15 | 1 | -2/+2 | |
|/ | ||||||
* | finalize filters and forum notifications | Mario Vavti | 2018-06-02 | 1 | -0/+3 | |
| | ||||||
* | update oauth related tables to use bigint/int(10) for user_id column. this ↵ | Mario | 2018-05-20 | 1 | -1/+2 | |
| | | | | is to be more consistent with the rest of the tables and fixes issue #1180 | |||||
* | more local_channel() is not string | Mario Vavti | 2018-05-20 | 1 | -10/+10 | |
| | ||||||
* | local_channel() is not string | Mario Vavti | 2018-05-20 | 1 | -3/+3 | |
| | ||||||
* | streamline appearence of guest tokens individual perms with those in connedit | Mario Vavti | 2018-05-13 | 1 | -3/+3 | |
| | ||||||
* | provide easy access to the autoperms setting for forum and repository ↵ | zotlabs | 2018-05-02 | 1 | -2/+13 | |
| | | | | channels. This may be needed in the future to protect an existing forum from assault by spammers with changing identities. The forum can quickly be turned into membership by approval and either left that way permanently or hopefully reversed at a later date. Previously this would require switching to expert mode or setting a pconfig manually. | |||||
* | provide a short term compatibility mapping between social_party and ↵ | zotlabs | 2018-04-23 | 1 | -0/+8 | |
| | | | | social_federation | |||||
* | use consistent naming for 'Channel role and privacy' | zotlabs | 2018-04-22 | 1 | -1/+1 | |
| | ||||||
* | don't save a permcat with empty name | zotlabs | 2018-04-16 | 1 | -0/+5 | |
| | ||||||
* | allow to toggle visibility of likes/dislikes in notifications | Mario Vavti | 2018-04-11 | 1 | -1/+4 | |
| | ||||||
* | Show "Unseen public activity" channel setting when site only public streams ↵ | Julian Schweinsberg | 2018-04-09 | 1 | -2/+3 | |
| | | | | are activated | |||||
* | more intelligent handling of level 0 - and remove an extraneous logging function | zotlabs | 2018-04-08 | 1 | -2/+7 | |
| | ||||||
* | more work merging techlevels and features | zotlabs | 2018-04-08 | 1 | -25/+32 | |
| | ||||||
* | first cut of feature/techlevel merge | zotlabs | 2018-04-08 | 1 | -4/+24 | |
| | ||||||
* | oauth2 client settings page | zotlabs | 2018-04-05 | 2 | -5/+166 | |
| | ||||||
* | some more work on hubzilla issue #1019 | zotlabs | 2018-04-02 | 1 | -1/+5 | |
| | ||||||
* | show site registration notifications setting only to site admin | Mario Vavti | 2018-03-14 | 1 | -2/+2 | |
| | ||||||
* | sort settings/featured | zotlabs | 2018-03-02 | 1 | -3/+16 | |
| | ||||||
* | rename Addon/Feature settings to addon settings [string change] | zotlabs | 2018-02-27 | 1 | -1/+1 | |
| | ||||||
* | provide usage hint on addon settings page to save each panel before opening ↵ | zotlabs | 2018-02-27 | 1 | -0/+1 | |
| | | | | another. [String change, not for 3.2] | |||||
* | Usability and member experience: remove street address info from the default ↵ | zotlabs | 2018-02-23 | 1 | -1/+1 | |
| | | | | basic profile fields, mention that the site banner can be full HTML, mention on the techlevel setting that this also controls what additional features may be visible. | |||||
* | second part of hubzilla issue #972 | zotlabs | 2018-02-11 | 1 | -5/+4 | |
| | ||||||
* | remove mobile_detect (outdated and unmaintainable) | zotlabs | 2018-02-05 | 1 | -22/+4 | |
| | ||||||
* | hubzilla issue #920 - unable to delete permission groups with space in name | zotlabs | 2018-01-22 | 1 | -2/+2 | |
| | ||||||
* | a different (hopefully better) implementation of affinity presets, but not ↵ | zotlabs | 2017-12-28 | 1 | -8/+4 | |
| | | | | for 3.0 because strings have changed. |