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