aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-181-1/+1
|\
| * Catch the settings tooThomas Willingham2014-09-181-1/+1
| |
* | repeated content collapse on update from display page under rare conditions ↵friendica2014-09-181-0/+6
|/ | | | (when the conversation hasn't changed)
* Made link post titles to source optional in display settings. Hopefully I ↵Jeroen2014-09-141-1/+7
| | | | did a right.
* Fixed. Thanks to Thomas.Jeroen2014-09-121-4/+3
|
* Addon count on addon settings page (featured) doesnt work (always 0). ↵Jeroen2014-09-121-2/+3
| | | | Commented out.
* Add account deletion to the UIChristian Vogeley2014-08-161-0/+1
|
* provide an expert option to opt out from user zoom on mobile devicesmarijus2014-08-131-1/+7
|
* block channel removal for 48 hours after changing the account password, ↵friendica2014-07-291-1/+2
| | | | since the password is required to remove a channel. Somebody looking at an open session on somebody else's computer can simply change the password and then proceed to maliciously remove the channel. This change gives the owner 2 days to discover that something is wrong and recover his/her password and potentially save their channel from getting erased by the vandal. This is most likely to happen if a relationship has gone bad, or something incriminating was found in your private messages when you left your computer briefly unattended.
* provide a specific permission for liking profiles (reuse the obsolete ↵friendica2014-07-171-5/+5
| | | | bookmark permission), also remove the unused 'unconnected contacts' view for now.
* Remove Remove Account link from account settingsChristian Vogeley2014-06-291-1/+3
| | | | | because it doesn’t remove the account. Move channel removal link to channel page
* Implements a new permission level PERMS_PENDINGAlexandre Hannud Abdo2014-06-191-1/+2
| | | | | | | | | | | | | | | | With this a user can allow some action to any user which connects to them, even before they've connected back. Ref. https://mobiliza.org.br/display/478d9e71eaf55748dc646d3990651d6d34cfb7db5c38360538ec730ca3ccf908@zothub.com Also some code cleanup and an alternative logic for handling notifications of permission changes in zot.php. This assumes that private posts are still restricted to people in your addressbook. Regardless of your global permissions, a pending channel won't get private posts, even if the post only has a deny clause not matching the pending channel.
* only show jotnets when posting conversation itemsfriendica2014-06-141-1/+1
|
* fix the intermittent theme previewfriendica2014-05-251-3/+1
|
* add randprof app and do away with the universally hated chanview-iframe ↵friendica2014-05-231-4/+3
| | | | mode. It's gone. Please do not try and bring it back. We are not Diaspora and we have no desire to be like them. ("And they're all made out of ticky-tacky and they all look just the same"). Our profiles do not have to look the same and they won't anyway. We don't have to sugar coat the fact that some of the content in the matrix doesn't look like the rest of the content in the matrix.
* clarify location - issue #392friendica2014-04-021-1/+1
|
* change wording of new connection request notification settingfriendica2014-03-271-2/+2
|
* add expire setting, take out unknown mailers and max friend requests per day ↵friendica2014-03-191-0/+1
| | | | which aren't implemented
* add pdl editor to settings/displayfriendica2014-03-041-0/+1
|
* allow personalised page layouts for modules.friendica2014-02-251-1/+0
|
* believe i found the issue which was causing hundreds/thousands of identical ↵friendica2014-02-201-1/+1
| | | | hublocs to be created
* Merge pull request #324 from tonybaldwin/masterfriendica2014-02-201-1/+1
|\ | | | | Do not view remote profiles in frames. (changed description for display->settings), in ALL relevant files
| * s/View remote profiles as webpages/Do not view remote profiles intony baldwin2014-02-191-1/+1
| | | | | | | | frames/g
* | use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵friendica2014-02-191-3/+17
|/ | | | selection and setting to the settings page.
* introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-181-1/+2
| | | | able to successfully authenticate (but is not necessarily in this network).
* several things were not working correctly w/r/t community tagging. The ↵friendica2014-02-161-0/+1
| | | | preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit.
* This makes advanced privacy settings adjustable in expert mode only. Also ↵marijus2014-02-131-0/+2
| | | | they are hidden behind a button. This is a design hotfix should probably come up with something better someday...
* fix a mysql error which popped up in the dbfail logfriendica2014-02-111-1/+1
|
* add chanview mode to settingsfriendica2014-02-101-1/+5
|
* bookmark permissionsfriendica2014-02-041-1/+5
|
* more wordsmithingfriendica2014-02-021-1/+1
|
* wordsmithingfriendica2014-02-021-4/+4
|
* don't draw attention to advanced permissions and their corresponding ↵friendica2014-02-021-4/+6
| | | | complexity and clearly mark the simple permissions which people are encouraged to use.
* fix sql query and provide setting to hide online statusfriendica2014-01-281-0/+7
|
* allow site defaults for enabled featuresfriendica2014-01-261-1/+1
|
* more comanche migrationfriendica2013-12-191-105/+3
|
* split off mod_connections into mod_connections & mod_connedit - lots of ↵friendica2013-12-181-1/+1
| | | | links to fix
* a couple more comanche conversionsfriendica2013-12-141-2/+2
|
* some code cleanup - gad I forgot what a mess the "other" notifications tabs ↵friendica2013-12-061-64/+0
| | | | (everything but system) were in. Maybe I'll just remove them so we can start over.
* quite a bit of work on default acl permissions and various acl quirksfriendica2013-11-291-3/+16
|
* white screenfriendica2013-11-211-7/+8
|
* resetting password tries to update email address even if it didn't change - ↵friendica2013-11-181-1/+1
| | | | and if you've got the admin email this spits out a warning.
* return a login form on some protoected pages if not logged in.friendica2013-11-021-1/+1
|
* Don't set widgets if you're not a local user.Thomas Willingham2013-11-021-0/+2
|
* add link to channel source management in settings if channel_sources feature ↵friendica2013-09-301-0/+9
| | | | is enabled
* implement republish permission for use in sourced channelsfriendica2013-09-301-18/+22
|
* oauth settings - clarify textfriendica2013-09-231-6/+13
|
* adult channel settingfriendica2013-09-221-1/+10
|
* clean up app management a bitfriendica2013-09-201-5/+5
|
* block attempts to set the baseurl to an ip address if it was previously a ↵friendica2013-08-291-1/+1
| | | | dns name