Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the view_photos and post_photos permissions are redundant and are now mapped ↵ | redmatrix | 2015-07-19 | 1 | -8/+0 |
| | | | | to view_storage and write_storage | ||||
* | issue #162 | friendica | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Some JavaScript cleanups. | Klaus Weidenbach | 2015-03-15 | 1 | -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 change | Mario Vavti | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | some more work on settings | Mario Vavti | 2015-03-02 | 1 | -5/+0 |
| | |||||
* | Merge pull request #805 from pafcu/moretpl | RedMatrix | 2015-01-02 | 1 | -2/+2 |
|\ | | | | | Move some HTML out to templates | ||||
| * | Use grouped select field for role selection | Stefan Parviainen | 2015-01-01 | 1 | -2/+2 |
| | | |||||
* | | Warn about unsaved settings using jquery.areyousure | Stefan Parviainen | 2015-01-01 | 1 | -0/+1 |
|/ | |||||
* | put privacy role selector in settings page. Change visibility of various ↵ | friendica | 2014-10-26 | 1 | -4/+12 |
| | | | | permissions items accordingly. | ||||
* | provide a specific permission for liking profiles (reuse the obsolete ↵ | friendica | 2014-07-17 | 1 | -4/+16 |
| | | | | bookmark permission), also remove the unused 'unconnected contacts' view for now. | ||||
* | Implements a new permission level PERMS_PENDING | Alexandre Hannud Abdo | 2014-06-19 | 1 | -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} | marijus | 2014-04-09 | 1 | -2/+2 |
| | |||||
* | introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵ | friendica | 2014-02-18 | 1 | -12/+12 |
| | | | | able to successfully authenticate (but is not necessarily in this network). | ||||
* | bookmarks - mop up and go home | friendica | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 1 | -0/+4 |
| | |||||
* | Tweak "typical" perms macro | Thomas Willingham | 2014-01-16 | 1 | -3/+3 |
| | |||||
* | quite a bit of work on default acl permissions and various acl quirks | friendica | 2013-11-29 | 1 | -0/+5 |
| | |||||
* | add republish to quick privacy settings (settings page) | friendica | 2013-10-01 | 1 | -0/+4 |
| | |||||
* | slight privacy tweaks | friendica | 2013-05-20 | 1 | -3/+3 |
| | |||||
* | add the "publish in directory" setting to the privacy macros | friendica | 2013-05-20 | 1 | -0/+12 |
| | |||||
* | privacy settings macros - the basics except for toggling "publish in ↵ | friendica | 2013-05-20 | 1 | -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. ↵ | friendica | 2012-08-27 | 1 | -0/+21 |
Most existing Friendica functionality is now stuffed since the Red structures are quite different. |