Commit Graph

187 Commits

Author SHA1 Message Date
Olivier Migeot 11983c1242 Quick hack to allow themes/modules to use different CSS classes for the ACL selector's icon (e.g. icon-lock/icon-unlock instead of lock/unlock). Unless a theme supports it, they'll stay at their former values. Dunno if it's the best way to achieve this, though. 2013-11-27 12:30:01 +01:00
friendica ed71567e5c create jquery-compat to hold deprecated jquery functions, load it before all the dependent js scripts 2013-11-26 13:24:36 -08:00
friendica 95824642a6 make font-asewome optional. Also include jquery.browser in js/main.js so we can turn off the migration toolkit. 2013-11-25 19:07:58 -08:00
friendica df14825b49 pass algorithm to the decryptor so we know if our plugin is allowed to run 2013-11-21 20:23:02 -08:00
friendica e4c64c7167 e2ee algorithms are now pluggable so if you want to roll your own algorithm or do something like swap_bytes(rabbit(left_shift(3,triple_aes256(right_shift(base64(text)))))) - go for it. As long as the person at the other end can reverse it, you can do pretty much whatever you want. I'd like to see the NSA crack that one - especially if the algorithm was called something like "dishwasher" or something which didn't provide a lot of clues. 2013-11-21 20:08:04 -08:00
friendica d0df12c259 typo 2013-11-14 17:19:49 -08:00
friendica 592c24e162 e2ee in comments and a bit of cleanup so not every theme has to define how to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step. 2013-11-14 15:41:25 -08:00
friendica 061b438f97 revert addeditortext changes for tinymce detection 2013-11-12 16:48:31 -08:00
friendica 8eaab0642f very crude zid support for e2ee content and move bbcode converter to main.js so it's available when not logged in (though we might ultimately want to force people to get a matrix account to use our encryption). 2013-11-12 15:44:49 -08:00
friendica 58e0d58489 add rabbit and tripledes ciphers - probably need a pconfig to set the default 2013-11-11 18:31:34 -08:00
friendica 54438be7c2 make e2ee work on tinymce 2013-11-11 17:50:36 -08:00
friendica 4a3191cd19 localise js ui strings for e2ee 2013-11-11 15:20:30 -08:00
friendica e095e15f47 because some of the "hints" floating around are pretty pathetic and ambiguous and require a few tries. 2013-11-11 14:10:11 -08:00
friendica dc1cb583a0 remove debugging stuff 2013-11-11 00:22:51 -08:00
friendica 435e2dae0e display encrypted text inline 2013-11-11 00:21:00 -08:00
friendica ca4103debe e2ee 2013-11-10 23:19:44 -08:00
friendica c392004290 some more doco for how to finish it. 2013-11-10 20:34:10 -08:00
friendica 3a10e698c9 Didn't finish it. Gotta' pee. 2013-11-10 19:58:08 -08:00
friendica 0d28608db7 add base64 converters which aren't universal across browsers 2013-11-10 16:39:21 -08:00
friendica a5693df07f issue #189 - show post edited time on relative date hovertip 2013-10-30 17:33:10 -07:00
friendica 7335f67246 fix issue #123 again, except this time don't allow ping recursion 2013-10-29 21:05:49 -07:00
Thomas Willingham 5570ae0101 Recursive ping 2013-10-29 05:07:55 +00:00
friendica c88fd01205 basic support (still needs some js to expose it) for sharing an item on a remote site by sending it through oexchange on your home hub. Untested. 2013-10-23 21:49:50 -07:00
friendica d98da77f2a issue #123 - this will leave a very very short interval between the time a notification shows up and the time it is cleared. This is about as fast as we can clear it. Previously it could have been as long as the network poll interval. 2013-10-20 21:11:21 -07:00
friendica b4efbfbce7 partial fix for issue #123 - this doesn't actually fix the reported problem, but does instantly reset the notification count when you click 'mark all xyz notifications seen' 2013-10-20 21:02:24 -07:00
friendica 3991db62d4 fix endless scroll 2013-10-13 21:21:13 -07:00
friendica 454aa6bff3 turn off endless scroll if we have no more content to load - currently for mod_display, need to add to other content modules 2013-10-13 20:09:11 -07:00
friendica 87f1c6b8ec more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered. 2013-10-09 20:19:02 -07:00
friendica 0e793dea9b replace a bunch of graphic icons with vector icons 2013-10-08 21:17:11 -07:00
friendica 6519433301 suppress creating the directory update record for profile updates which are part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing. 2013-09-25 21:22:36 -07:00
friendica caa148c1e3 Sheesh. Three lines of Javascript. All you have to do is find which of the three lines is doing something wrong. Or FILE A BUG. Or use a different browser (not *try* a different browser, *use* a different browser), or turn off freaking tinymce. But no - let's argue about browsers instead. 2013-09-01 19:15:08 -07:00
friendica 9fb2a87c9a Another try at issue #61 and #62 - an earlier fix was partially working but the issue persisted - this extends it a bit. 2013-08-18 00:04:38 -07:00
friendica 873c1f381e Merge pull request #77 from git-marijus/master
add spin.js a themable js spinner to red
2013-07-14 01:19:24 -07:00
git-marijus 9cb151fe27 port jot to spin.js 2013-07-13 23:28:44 +02:00
git-marijus 272642966b port like button to spin.js 2013-07-13 21:37:39 +02:00
git-marijus 1d5fe55973 Update main.js 2013-07-13 20:11:21 +02:00
git-marijus 7f3c44a431 Update main.js 2013-07-13 20:07:37 +02:00
git-marijus 486041ebbc Update main.js 2013-07-13 20:03:42 +02:00
git-marijus 21e013ab05 Create jquery.spin.js
jquery plugin for spin.js
2013-07-13 18:22:14 +02:00
git-marijus 0d061140a1 Create spin.js 2013-07-13 18:20:11 +02:00
friendica 08258da944 fix undefined commentWrap 2013-07-04 15:46:20 -07:00
friendica a4c77467a7 with luck this will fix issue #61 and issue #62 - boy that was fun (not). 2013-07-02 20:15:45 -07:00
friendica da05b9736e some work on issue #62 (comments collapsing on liveupdate), but still a work in progress
some work on photo consolidated "view/edit", but still a work in progress
2013-07-02 16:37:33 -07:00
friendica b86253c655 issue #65 2013-07-01 19:41:11 -07:00
friendica 47ef689c92 implement taggable in auto-complete popups 2013-06-16 16:31:59 -07:00
friendica a37ac8f2f3 flag taggable connections in acl selector 2013-06-16 00:03:22 -07:00
friendica 9b67e114ad possibly fix skipped pages on endless scroll 2013-06-13 19:21:45 -07:00
friendica e1c6b776c4 fix timeago on search items, and bring back app display for wall items - which took a bit of re-arranging of a lot of other stuff 2013-05-09 22:04:30 -07:00
friendica d75be6dbe6 more jquery migration 2013-05-09 21:43:06 -07:00
friendica 7dfea2c70d get rid of jquery.browser warnings by removing msie hacks in two places, live update and fancybox 2013-05-09 18:24:52 -07:00