aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* make premium channels a featurefriendica2013-08-221-0/+13
|
* some sane permission defaults.friendica2013-08-181-15/+16
|
* get rid of more variables with dashes in the names - use underscore *except* ↵friendica2013-08-151-2/+2
| | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
* fix expire so it actually should expire stuff; and mostly the correct stuff ↵friendica2013-08-141-1/+0
| | | | - though it DOESN'T currently send out notifications to connections
* load_pconfig had some issues when given a familyfriendica2013-07-291-1/+3
|
* browser location issue but this may not fix itfriendica2013-07-291-1/+1
|
* include zotfriendica2013-07-251-0/+1
|
* more work on clone syncfriendica2013-07-251-4/+1
|
* provide a controlling user for theme settings, not necessarily local_user() ↵friendica2013-07-161-0/+6
| | | | - can't test on my test site so moving into production and I'll debug it there.
* use current channel photo for favicon where applicable - might be browser ↵friendica2013-07-071-0/+5
| | | | dependent but seems to work on FF
* more work on channel syncfriendica2013-06-261-1/+5
|
* begin code to sync channel changes across all channel clones.friendica2013-06-251-8/+3
|
* much more efficient config functions. This will save potentially hundreds of ↵friendica2013-06-171-1/+1
| | | | DB lookups - still need to update the xconfig but want to give the others a good workout as it has been one of those days.