aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_settings.js
Commit message (Collapse)AuthorAgeFilesLines
* more work on notificationsMario2021-06-251-1/+7
|
* fix some regressions with permission rolesMario Vavti2018-01-161-2/+2
|
* provide info if there are no sche,es availableMario Vavti2017-03-021-4/+9
|
* reset schema value after we empty and repopulate it. second half of fix for #624Mario Vavti2017-03-021-1/+1
|
* reset schema value after we empty and repopulate it. first half of fix for #624Mario Vavti2017-03-021-0/+2
|
* bringer - all basic functionality is implementedzotlabs2017-02-081-0/+32
|
* actively set all the theme options on the display settings page based on the ↵redmatrix2016-09-011-0/+22
| | | | current theme selection
* only check settings-form for dirty state and remove redundant javascriptMario Vavti2016-08-161-14/+1
|
* provide examples for using access tokens in urlsredmatrix2016-07-151-0/+3
|
* update icon names in view/jsTreer2016-05-011-2/+2
|
* get rid of the unused ispublic variableMario Vavti2016-04-291-3/+0
|
* some work on making mod editpost use status_editor() - if you find anything ↵Mario Vavti2016-04-291-1/+1
| | | | related to jot broken please revert this commit
* the view_photos and post_photos permissions are redundant and are now mapped ↵redmatrix2015-07-191-8/+0
| | | | to view_storage and write_storage
* issue #162friendica2015-04-201-1/+1
|
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-7/+7
| | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator.
* make areYouSure alert also if default post perms changeMario Vavti2015-03-091-1/+1
|
* some more work on settingsMario Vavti2015-03-021-5/+0
|
* Merge pull request #805 from pafcu/moretplRedMatrix2015-01-021-2/+2
|\ | | | | Move some HTML out to templates
| * Use grouped select field for role selectionStefan Parviainen2015-01-011-2/+2
| |
* | Warn about unsaved settings using jquery.areyousureStefan Parviainen2015-01-011-0/+1
|/
* put privacy role selector in settings page. Change visibility of various ↵friendica2014-10-261-4/+12
| | | | permissions items accordingly.
* provide a specific permission for liking profiles (reuse the obsolete ↵friendica2014-07-171-4/+16
| | | | bookmark permission), also remove the unused 'unconnected contacts' view for now.
* Implements a new permission level PERMS_PENDINGAlexandre Hannud Abdo2014-06-191-72/+70
| | | | | | | | | | | | | | | | 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.
* replace lock icon with icon-{lock, unlock}marijus2014-04-091-2/+2
|
* introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-181-12/+12
| | | | able to successfully authenticate (but is not necessarily in this network).
* bookmarks - mop up and go homefriendica2014-02-041-1/+1
|
* bookmark permissionsfriendica2014-02-041-0/+4
|
* Tweak "typical" perms macroThomas Willingham2014-01-161-3/+3
|
* quite a bit of work on default acl permissions and various acl quirksfriendica2013-11-291-0/+5
|
* add republish to quick privacy settings (settings page)friendica2013-10-011-0/+4
|
* slight privacy tweaksfriendica2013-05-201-3/+3
|
* add the "publish in directory" setting to the privacy macrosfriendica2013-05-201-0/+12
|
* privacy settings macros - the basics except for toggling "publish in ↵friendica2013-05-201-0/+78
| | | | directory" which is rather hard because it's a custom on/off button and not a normal input thingy.
* Now logging in with Red zaccount/zentity instead of Friendica user. Yay. ↵friendica2012-08-271-0/+21
Most existing Friendica functionality is now stuffed since the Red structures are quite different.