aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
Commit message (Collapse)AuthorAgeFilesLines
* remove the add others button for now - after some research it turned out not ↵Mario Vavti2016-05-251-4/+0
| | | | beeing so useful
* provide an acl select option for only meMario Vavti2016-05-191-13/+51
|
* instead of radio buttons use select to choose between public and restricted ↵Mario Vavti2016-05-131-42/+57
| | | | acl. if restricted is selected acl is set to default. if there is no default acl will be set to self. if public is selected acl-list will be hidden and acl-info is visible.
* Refine permissions dialog UITreer2016-05-041-6/+31
|
* update icon names in view/jsTreer2016-05-011-2/+2
|
* get rid of the unused ispublic variableMario Vavti2016-04-291-4/+1
|
* an attempt to visualize the supremacy of dont show over show in the acl selectorMario Vavti2016-03-201-4/+9
|
* make >>indicate group members<< in acl selector work again on group > show ↵Mario Vavti2016-03-201-5/+6
| | | | or group > dont show is selected
* some minor cleanup - change the default of the discover tab (public stream ↵redmatrix2015-12-101-5/+5
| | | | access)
* fix admin plugin hooksredmatrix2015-11-171-2/+2
|
* photo album widget permissions issueredmatrix2015-11-171-2/+2
|
* fix api/direct_messages/new at least for the json case. We seem to have a ↵redmatrix2015-11-161-12/+30
| | | | missing template for XML
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-105/+97
| | | | | | 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/+4
|
* Fix height calculation in acl.jsStefan Parviainen2015-01-041-1/+1
|
* undo disabled submit buttons now that ACL is initialised when page loadedfriendica2014-11-181-1/+0
|
* put timeout code in place but don't turn it on.friendica2014-11-131-7/+9
|
* populate initial ACL before the ajax loader gets called, just in case the ↵friendica2014-11-121-1/+3
| | | | form is submitted before it completes. Related to issue #615
* prevent posting before acl got populated since this will disregard the ↵marijus2014-11-081-0/+1
| | | | default acl setting and the post will be visible to the default audience without warning. the chance that this happens is quite small while writing a post but can easily happen on eg editing photos (maybe just tick a checkbox and press submit). the acl and submit buttons are disabled by default and will be activated as soon as acl is populated.
* Fix unwanted GET {0} requestsOlaf Conradi2014-05-021-1/+6
| | | | | | Because of image prefetch of browsers the <img src="{0}"> templates cause unwanted /{0} requests to the webserver. Templates are changed to use a data-src attribute.
* bootstrapify aclselectormarijus2014-04-111-15/+15
|
* replace lock icon with icon-{lock, unlock}marijus2014-04-091-14/+2
|
* update acl internal list whenever there is a change - the submit handler ↵friendica2014-03-111-10/+20
| | | | seems to be unreliable or is getting into a race condition.
* add "self" to access control lists with special marking to indicate it's ↵friendica2014-01-061-2/+2
| | | | special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be.
* move js files from corefriendica2014-01-041-0/+270