aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
* several unrelated things - auto_follow wasn't working for new accounts, ↵friendica2014-10-271-0/+13
| | | | error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.
* put privacy role selector in settings page. Change visibility of various ↵friendica2014-10-261-4/+12
| | | | permissions items accordingly.
* don't offer forum (@name+) completion in comments, since it won't do anything.friendica2014-10-231-1/+1
|
* really fix connedit > collection > checkboxmarijus2014-10-131-0/+1
|
* allow (our own) ajax urls to pass through bbcode intact.friendica2014-10-091-4/+6
|
* shareable design elementsfriendica2014-10-061-1/+4
|
* more work on shared design elementsfriendica2014-10-031-1/+7
|
* implement a "powered-by" but leave it turned off until somebody with a good ↵friendica2014-09-291-0/+1
| | | | eye for layout can figure out where best to put it.
* constrain viewsrc colorbox to 80% of the current page size. It gets messy ↵friendica2014-09-241-1/+1
| | | | scrolling to the right for days to find the close button.
* Navbar notifications: don't show "nothing new here" unless we've checked and ↵friendica2014-09-201-1/+1
| | | | there's nothing. Until we know for sure, display "Loading...".
* update jg to latest preview release and try once more to really justify the ↵marijus2014-09-201-5/+9
| | | | whole gallery
* add stylish_select to new_channel page - but comment out until we can theme ↵friendica2014-09-181-0/+1
| | | | it. It needs a bit of theming to even work correctly.
* add a spinner or two to the new channel page so folks have a clue that we're ↵friendica2014-09-171-0/+4
| | | | doing something in the background - trying to complete the nick field for them (and then check it before they submit).
* 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.
* this still has less issuesmarijus2014-09-161-2/+2
|
* this is probably better in most casesmarijus2014-09-151-1/+1
|
* tryout - some more adjustmentsmarijus2014-09-141-3/+1
|
* tryout - fetch larger thumbnail if image gets streched over its sizemarijus2014-09-141-6/+6
|
* define justifiedGalleryActive in head.tpl to not break other pages autoloadmarijus2014-09-121-1/+1
|
* do not load next page if justifiedGallery() is not ready yetmarijus2014-09-121-2/+3
|
* another day another concept - hope this works bettermarijus2014-09-111-21/+15
|
* Revert "Revert "Merge pull request #583 from git-marijus/master""marijus2014-09-111-5/+26
| | | | This reverts commit 08638f3ec88e86def618ff89bdedb9ae9696d218.
* Revert "Merge pull request #583 from git-marijus/master"friendica2014-09-101-26/+5
| | | | | | | autoload broken - even after clearing cache and retrying. This reverts commit 13e7a8f123b283a096af302b0366255355ba8439, reversing changes made to 4712b78e520ca10b34e3e9b99c2752b10d811b42.
* without this check we kill the directory autoloadmarijus2014-09-101-15/+17
|
* photo justificationmarijus2014-09-101-5/+24
|
* hook photos scroll to page downfriendica2014-09-061-1/+1
|
* ajax workfriendica2014-09-062-1/+38
|
* try to link this to page down as wellfriendica2014-08-051-1/+5
|
* that went badlyfriendica2014-08-051-4/+6
|
* a bit of cleanup on directory autoscrollfriendica2014-08-051-0/+6
|
* scrolling directoryfriendica2014-08-051-1/+1
|
* allow the PageDown key to trigger auto scroll - so if you use this key to ↵friendica2014-08-031-0/+13
| | | | page through the content you'll never reach the end (until you run out of content).
* Improved photo view page. Added a delete button, stylized other button and ↵Jeroen2014-07-271-0/+9
| | | | rearangend divs a but. I even made a javascript function (copied is the right word). I changed the application (non-posts) font size (temporary) to 14px, same as button (btn) font size. I like to change all font sizes to 1.0rem (posts) and 0.8rem (application) in the near future, but I will test that first on my hub.
* some backend JS support for an endless scroll directoryfriendica2014-07-221-3/+68
|
* 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-172-4/+19
| | | | bookmark permission), also remove the unused 'unconnected contacts' view for now.
* still trying to sort out the liveupdate issues. This was getting overly ↵friendica2014-06-261-31/+20
| | | | complicated with all the different ways we've tried to fix this issue so let's step back and simplify it a bit.
* Events show up as notifications about a week in advance so you know they're ↵friendica2014-06-241-4/+4
| | | | coming. But let's put an indicator next to the notification count when there's an event that is actually happening today -- so you don't have to look at the calendar or notification detail every day for a week to figure out if the day has finally arrived yet.
* 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
|