aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
Commit message (Collapse)AuthorAgeFilesLines
* backport features categories and add some new ones like the affinity sliderfriendica2012-11-281-4/+9
|
* permissions and contact permissions are now stickyfriendica2012-11-081-11/+11
|
* allow theme selectionfriendica2012-11-071-9/+8
|
* more work on the settings pagesfriendica2012-11-051-79/+111
|
* change permission settings from radio buttons to select boxesfriendica2012-11-051-13/+7
|
* settings/features page to enable/disable software featuresfriendica2012-11-031-0/+42
|
* slightly better wording of permission choicesfriendica2012-11-021-4/+4
|
* consolidate permission arraysfriendica2012-11-021-4/+4
|
* grrr... hashes aren't matching.friendica2012-11-011-1/+1
|
* can save permissionsfriendica2012-11-011-14/+59
|
* settings page channel permissions front-end (needs back-end still)friendica2012-11-011-0/+44
|
* zchannel rename to new_channelfriendica2012-10-291-9/+9
|
* more structural stufffriendica2012-10-291-193/+215
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* moving a lot of structure around. 'entity' is now 'channel'friendica2012-09-251-24/+9
|
* updatesfriendica2012-09-091-5/+23
|
* more DB cleanupfriendica2012-08-301-1/+1
|
* start on contacts/profilesfriendica2012-08-301-16/+7
|
* Now logging in with Red zaccount/zentity instead of Friendica user. Yay. ↵friendica2012-08-271-49/+12
| | | | Most existing Friendica functionality is now stuffed since the Red structures are quite different.
* a few minor changesfriendica2012-08-261-71/+0
|
* get_theme_config_fileThomas Willingham2012-08-061-5/+5
|
* syncfriendica2012-07-191-0/+3
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-56/+1
| | | | some shit.
* identity address is now a web-id or "webbie"friendica2012-07-091-1/+1
|
* service class restrict the email connectorfriendica2012-06-261-18/+9
|
* some zero theming on settings pagefriendica2012-05-301-7/+8
|
* transition to beta for private forumsfriendica2012-05-301-1/+0
|
* private group fixfriendica2012-05-291-1/+1
|
* ability to only expire contacts, not selffriendica2012-05-291-2/+6
|
* more theme cleanupfriendica2012-05-281-0/+1
|
* rework the way private photos are embedded to avoid url differences and also ↵friendica2012-05-271-0/+1
| | | | check the permissions if possible to make sure that nothing sneaks by.
* theming for default group selectorfriendica2012-05-181-1/+1
|
* make it difficult to setup a private forum with no privacyfriendica2012-05-171-4/+13
|
* more private forums, default privacy group for new contactsfriendica2012-05-171-2/+20
|
* make 'aaa joined group bbb' work from the initiating end, new privacy pref ↵friendica2012-04-301-0/+6
| | | | | | to control it also hidewall wasn't properly checked before sending 'xxx is friends with yyy' messages
* add link "remove account" to /mod/settings.phptommy tomson2012-04-261-0/+5
|
* don't allow non-existent themes as choicesfriendica2012-04-221-2/+2
|
* profile change activitiesfriendica2012-04-121-4/+8
|
* allow setting default new friend notifyfriendica2012-04-121-0/+10
|
* settings: remove call to profile_load()Fabio Comuni2012-04-121-4/+0
|
* settings: move tabs to aside. add a new template "generic_links_widget.tpl"Fabio Comuni2012-04-121-45/+42
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-81/+184
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * display settings hooksfriendica2012-04-031-1/+4
| |
| * send unverified private mail using zrlfriendica2012-04-011-1/+1
| |
| * settings for unknown private mail acceptancefriendica2012-03-311-14/+26
| |
| * settings: add "display settings" tab, with UI-related settings.Fabio Comuni2012-03-301-73/+156
| | | | | | | | | | Load optional "config.php" from theme folder and show in page. Loading of "config.php" follow theme_info['extends'] property.
| * bug #349 - email notls settingfriendica2012-03-281-1/+1
| |
| * user settings: don't show emoticonsFabio Comuni2012-03-231-1/+6
|/
* some openid fixes, use identity url from openid server and normalise it.friendica2012-03-191-0/+1
|
* convert boolean or int settings to strings to work around issues with ↵friendica2012-03-161-7/+7
| | | | template processing