aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_connedit.js
Commit message (Collapse)AuthorAgeFilesLines
* fix some regressions with permission rolesMario Vavti2018-01-151-2/+2
|
* more work on profile vcards - still a lot of work to gozotlabs2017-02-231-1/+1
|
* provide a few system defined permcats; will require a permission editor page ↵zotlabs2017-02-071-0/+10
| | | | to define new (personal) ones.
* more background work for permcat supportzotlabs2017-02-071-1/+22
|
* progress on abook_vcardzotlabs2016-12-201-0/+65
|
* the view_photos and post_photos permissions are redundant and are now mapped ↵redmatrix2015-07-191-1/+0
| | | | to view_storage and write_storage
* fix mod_connedit.js after cleanupMario Vavti2015-07-141-0/+34
|
* cleanup conneditMario Vavti2015-07-141-133/+1
|
* rework the new connection stuff so we don't need a "permissions have been ↵friendica2015-01-251-4/+4
| | | | changed but not saved" message.
* another attempt to explain default permissions on connedit pagefriendica2015-01-111-10/+18
|
* some work on the edit connection workflow explanation and connedit page. ↵friendica2015-01-021-1/+1
| | | | This needs a lot more attention, but it was screaming for any improvement in documenting why we tell you that the permissions have been changed but not saved.
* implement permission roles - the backend should be done except for maybe a ↵friendica2014-09-171-3/+10
| | | | couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone.
* when telling somebody that permissions have changed but not yet submitted, ↵friendica2014-07-221-16/+16
| | | | give them a submit button *right there* so they don't have to look for it.
* provide a specific permission for liking profiles (reuse the obsolete ↵friendica2014-07-171-0/+3
| | | | bookmark permission), also remove the unused 'unconnected contacts' view for now.
* Setting to undo/clear auto permissionsfriendica2014-04-211-0/+9
|
* showwarning when manually changing alsofriendica2014-03-071-0/+7
|
* notify when permissions change and haven't been saved.friendica2014-03-071-0/+12
|
* start new connections out with even more sane defaults than before by ↵friendica2014-03-071-0/+3
| | | | pre-filling the connedit form page. This still lets them change things before any damage has been done or before any privacy has leaked, but should reduce the number of new connections that can't comment.
* When approving a connection automatically select Full Sharing.friendica2014-03-071-0/+6
|
* bookmarks - mop up and go homefriendica2014-02-041-1/+1
|
* bookmark permissionsfriendica2014-02-041-0/+1
|
* js functions behind quick permission links were lost in comanchification ↵friendica2013-12-221-0/+82
process - because the js didn't get relocated to the new connedit module