aboutsummaryrefslogtreecommitdiffstats
path: root/js
Commit message (Expand)AuthorAgeFilesLines
* add account_level, is_foreigner and is_member functions; convert all e2ee use...friendica2013-12-232-5/+14
* When counting not yet loaded images, count all in .wall-item-body.zottel2013-12-101-1/+1
* doco and add document ready functionfriendica2013-12-091-0/+4
* this should fix the "always loads page 2 first if you're scrolled down the pa...friendica2013-12-091-28/+25
* add icon_trnalsatefriendica2013-12-041-0/+49
* Quick hack to allow themes/modules to use different CSS classes for the ACL s...Olivier Migeot2013-11-271-2/+14
* create jquery-compat to hold deprecated jquery functions, load it before all ...friendica2013-11-262-39/+71
* make font-asewome optional. Also include jquery.browser in js/main.js so we c...friendica2013-11-251-0/+39
* pass algorithm to the decryptor so we know if our plugin is allowed to runfriendica2013-11-211-1/+1
* e2ee algorithms are now pluggable so if you want to roll your own algorithm o...friendica2013-11-211-13/+33
* typofriendica2013-11-141-1/+1
* e2ee in comments and a bit of cleanup so not every theme has to define how to...friendica2013-11-141-0/+31
* revert addeditortext changes for tinymce detectionfriendica2013-11-121-6/+5
* very crude zid support for e2ee content and move bbcode converter to main.js ...friendica2013-11-121-0/+135
* add rabbit and tripledes ciphers - probably need a pconfig to set the defaultfriendica2013-11-111-7/+40
* make e2ee work on tinymcefriendica2013-11-111-1/+15
* localise js ui strings for e2eefriendica2013-11-111-3/+3
* because some of the "hints" floating around are pretty pathetic and ambiguous...friendica2013-11-111-1/+11
* remove debugging stufffriendica2013-11-111-1/+5
* display encrypted text inlinefriendica2013-11-111-2/+16
* e2eefriendica2013-11-101-17/+23
* some more doco for how to finish it.friendica2013-11-101-0/+9
* Didn't finish it. Gotta' pee.friendica2013-11-101-0/+72
* add base64 converters which aren't universal across browsersfriendica2013-11-101-0/+109
* issue #189 - show post edited time on relative date hovertipfriendica2013-10-301-0/+11
* fix issue #123 again, except this time don't allow ping recursionfriendica2013-10-291-12/+17
* Recursive pingThomas Willingham2013-10-291-2/+2
* basic support (still needs some js to expose it) for sharing an item on a rem...friendica2013-10-231-14/+39
* issue #123 - this will leave a very very short interval between the time a no...friendica2013-10-201-1/+2
* partial fix for issue #123 - this doesn't actually fix the reported problem, ...friendica2013-10-201-0/+1
* fix endless scrollfriendica2013-10-131-1/+1
* turn off endless scroll if we have no more content to load - currently for mo...friendica2013-10-131-1/+3
* more icon conversions - savedsearch listings need more work. The drop icon sh...friendica2013-10-091-2/+2
* replace a bunch of graphic icons with vector iconsfriendica2013-10-081-0/+4
* suppress creating the directory update record for profile updates which are p...friendica2013-09-251-1/+2
* Sheesh. Three lines of Javascript. All you have to do is find which of the th...friendica2013-09-011-0/+6
* Another try at issue #61 and #62 - an earlier fix was partially working but t...friendica2013-08-181-0/+34
* Merge pull request #77 from git-marijus/masterfriendica2013-07-143-10/+439
|\
| * port jot to spin.jsgit-marijus2013-07-131-1/+1
| * port like button to spin.jsgit-marijus2013-07-131-7/+7
| * Update main.jsgit-marijus2013-07-131-1/+1
| * Update main.jsgit-marijus2013-07-131-1/+2
| * Update main.jsgit-marijus2013-07-131-3/+2
| * Create jquery.spin.jsgit-marijus2013-07-131-0/+80
| * Create spin.jsgit-marijus2013-07-131-0/+349
* | fix undefined commentWrapfriendica2013-07-041-1/+4
* | with luck this will fix issue #61 and issue #62 - boy that was fun (not).friendica2013-07-021-24/+13
* | some work on issue #62 (comments collapsing on liveupdate), but still a work ...friendica2013-07-021-14/+23
* | issue #65friendica2013-07-011-0/+16
* | implement taggable in auto-complete popupsfriendica2013-06-161-3/+3