aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
* move the reset of "in_progress" to after the page and structures have ↵friendica2014-06-231-1/+2
| | | | completed updating
* profile likesfriendica2014-06-221-0/+6
|
* Implements a new permission level PERMS_PENDINGAlexandre Hannud Abdo2014-06-191-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.
* put viewsrc back in a lightboxfriendica2014-06-181-2/+3
|
* now we should be able to remove the function check. Revert if live updates ↵friendica2014-06-181-27/+7
| | | | or page loads go weird. I've tested, but it went weird on me last time I tried this a week or so ago so I'm crossing fingers.
* animate show/hide commentsmarijus2014-06-161-2/+2
|
* move hide-comments to center and change its appearence a littlemarijus2014-06-151-0/+2
|
* try to force the update mode to fix the "starting up browser, quickly loads ↵friendica2014-06-131-1/+1
| | | | page 2 at the beginning" bug
* move new comment open/close js functions to core so they can be used by ↵marijus2014-06-051-0/+33
| | | | other themes
* add an icon to connect actionsfriendica2014-06-031-0/+1
|
* possible fix for empty commentbox colapsing on tool-button clickmarijus2014-05-241-12/+9
|
* the js seems to interfere with something else... comment out for now...marijus2014-05-201-2/+2
|
* some work on comment_item.tplmarijus2014-05-201-13/+17
|
* allow jgrowl 'close all' message to be translatedfriendica2014-05-131-0/+1
|
* Also for notifications.Olaf Conradi2014-05-021-2/+5
|
* 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.
* Setting to undo/clear auto permissionsfriendica2014-04-211-0/+9
|
* this is looking better, call the forum version of a tag "foobar network", ↵friendica2014-04-121-6/+1
| | | | besides altering the icon
* use icons for identificationfriendica2014-04-111-1/+6
|
* bootstrapify aclselectormarijus2014-04-111-15/+15
|
* replace lock icon with icon-{lock, unlock}marijus2014-04-096-24/+12
|
* strip affinity tool labels on ultra-small screens; otherwise they just smush ↵friendica2014-04-081-0/+1
| | | | together
* pass the original element title through the element stack so that it we ↵friendica2014-04-071-0/+4
| | | | don't lose it in the ajaxuploader.
* some work on jot, remove some deprecated js and some random style fixesmarijus2014-04-031-1/+0
|
* fix lock permissions view and autoload not kicking in on touch devices under ↵marijus2014-03-251-22/+4
| | | | certain conditions
* file had wrong extensionfriendica2014-03-112-7/+7
|
* 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.
* get rid of fancybox for photos upload, not just photo editfriendica2014-03-111-0/+5
|
* 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
|
* layout export to filefriendica2014-03-031-0/+1
|
* Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago stringsAlexandre Hannud Abdo2014-02-241-1/+1
|
* use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵friendica2014-02-191-0/+1
| | | | selection and setting to the settings page.
* Merge branch 'master' of https://github.com/friendica/redmarijus2014-02-191-12/+12
|\
| * introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-181-12/+12
| | | | | | | | able to successfully authenticate (but is not necessarily in this network).
* | bootstrapify the navmarijus2014-02-191-57/+32
|/
* Let user cancel the red_encrypt dialogueKlaus2014-02-181-2/+5
| | | If the user press cancel on the prompt also cancel the encryption. Maybe should also add this to passhint promt.
* shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-111-0/+8
| | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
* make links in comments bookmark-ablefriendica2014-02-041-2/+4
|
* add icon translation for new iconfriendica2014-02-041-0/+1
|
* bookmarks - mop up and go homefriendica2014-02-042-2/+2
|
* bookmark permissionsfriendica2014-02-042-0/+5
|
* chatroom management front-end stufffriendica2014-01-292-0/+32
|
* online indication on profile sidebarfriendica2014-01-281-0/+1
|
* Tweak "typical" perms macroThomas Willingham2014-01-161-3/+3
|
* 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.
* Merge branch 'master' into movejsfriendica2014-01-061-0/+0
|\ | | | | | | | | Conflicts: version.inc
* | move js files from corefriendica2014-01-0414-0/+4080
|/