aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
Commit message (Collapse)AuthorAgeFilesLines
* move js files from corefriendica2014-01-041-1211/+0
|
* add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-231-0/+9
| | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
* When counting not yet loaded images, count all in .wall-item-body.zottel2013-12-101-1/+1
|
* this should fix the "always loads page 2 first if you're scrolled down the ↵friendica2013-12-091-28/+25
| | | | page a fair ways and reload the page".
* create jquery-compat to hold deprecated jquery functions, load it before all ↵friendica2013-11-261-39/+0
| | | | the dependent js scripts
* make font-asewome optional. Also include jquery.browser in js/main.js so we ↵friendica2013-11-251-0/+39
| | | | can turn off the migration toolkit.
* typofriendica2013-11-141-1/+1
|
* e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-141-0/+31
| | | | 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.
* 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
| | | | 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).
* 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
|
* issue #123 - this will leave a very very short interval between the time a ↵friendica2013-10-201-1/+2
| | | | 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.
* partial fix for issue #123 - this doesn't actually fix the reported problem, ↵friendica2013-10-201-0/+1
| | | | but does instantly reset the notification count when you click 'mark all xyz notifications seen'
* fix endless scrollfriendica2013-10-131-1/+1
|
* turn off endless scroll if we have no more content to load - currently for ↵friendica2013-10-131-1/+3
| | | | mod_display, need to add to other content modules
* more icon conversions - savedsearch listings need more work. The drop icon ↵friendica2013-10-091-2/+2
| | | | should be hidden unless the entry is being hovered.
* replace a bunch of graphic icons with vector iconsfriendica2013-10-081-0/+4
|
* suppress creating the directory update record for profile updates which are ↵friendica2013-09-251-1/+2
| | | | 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.
* Another try at issue #61 and #62 - an earlier fix was partially working but ↵friendica2013-08-181-0/+34
| | | | the issue persisted - this extends it a bit.
* Merge pull request #77 from git-marijus/masterfriendica2013-07-141-10/+10
|\ | | | | add spin.js a themable js spinner to red
| * 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
| |
* | 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
| | | | | | | | | | | | in progress some work on photo consolidated "view/edit", but still a work in progress
* | issue #65friendica2013-07-011-0/+16
|/
* possibly fix skipped pages on endless scrollfriendica2013-06-131-6/+15
|
* fix timeago on search items, and bring back app display for wall items - ↵friendica2013-05-091-6/+6
| | | | which took a bit of re-arranging of a lot of other stuff
* get rid of jquery.browser warnings by removing msie hacks in two places, ↵friendica2013-05-091-1/+1
| | | | live update and fancybox
* get search page working with live-update and endless scroll, still not ↵friendica2013-05-091-0/+1
| | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results.
* clean up some funky menu interactionsfriendica2013-03-061-2/+2
|
* mod_display - no fun. Not working at all. But a bit of progress.friendica2013-02-101-6/+2
|
* give time for seen flag to get reset after comment post before repinging.friendica2013-02-051-1/+1
|
* finish up the "mark all xyz seen" for all known values of xyzfriendica2013-02-031-8/+5
|
* when did the ago-time div get renamed? I don't remember doing that.friendica2013-01-311-6/+6
|
* tweaking z-index on chanview full-page mode so that everything works correctlyfriendica2013-01-251-4/+4
|
* ability to make chanview iframe full size (covering source window) and ↵friendica2013-01-251-0/+14
| | | | shrink it again
* fix event notificationsfriendica2013-01-161-4/+4
|
* lots of notification tweaksfriendica2013-01-081-8/+8
|
* make normal popups work againfriendica2013-01-071-1/+2
|
* more work on notification system, fix a couple of minor issues from smarty ↵friendica2013-01-071-4/+19
| | | | conversion
* more work on notification popupfriendica2013-01-061-18/+16
|
* get sliders working againfriendica2013-01-061-0/+2
|
* make preview work fix some other nitsfriendica2013-01-061-10/+9
|
* fix timeago updates, reset unseen counts on channel page, don't set nav ↵friendica2013-01-051-6/+6
| | | | selected on profile page