aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_connedit.js
Commit message (Collapse)AuthorAgeFilesLines
* 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