aboutsummaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Add colorpicker jquery plugin for themesStanislav Lechev [0xAF]2013-09-2833-0/+1400
|
* several oauth fixes - shred doesn't completely work yet, but it also doesn't ↵friendica2013-09-161-6/+7
| | | | completely NOT work, so at least there's some improvement
* port to spin.jsgit-marijus2013-07-131-2/+2
|
* get rid of jquery.browser warnings by removing msie hacks in two places, ↵friendica2013-05-091-2/+3
| | | | live update and fancybox
* ColorboxThomas Willingham2013-04-2666-0/+4095
|
* Upgraded jQuery to 1.9.1, including jQuery Migrate (for the sake of keeping ↵Olivier Migeot2013-04-107-597/+614
| | | | old code working) and upgrade Fullcalendar (because Migrate just wasn't enough for him).
* Remove Twatter/Facebook shit.Thomas Willingham2013-03-231-1/+1
|
* Add prettyPhoto library.Thomas Willingham2013-03-2344-0/+411
|
* tweaksfriendica2013-03-051-1/+1
|
* cleanup affinity toolfriendica2013-03-032-3/+3
|
* use our own CA bundle as authoritative for backend communications. This ↵friendica2013-02-131-0/+3895
| | | | avoids OS dependent CA validity mismatches.
* distributed directory search from the navbarfriendica2013-01-191-0/+2
|
* alternate wysiwyg bbcode editorfriendica2012-12-1030-0/+953
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-041-2/+2
| | | | though
* usability improvementsfriendica2012-11-131-2/+4
|
* more file cleanupfriendica2012-10-227-0/+2921
|
* add jquery.i18n for client side translationsfriendica2012-08-1310-0/+6868
|
* Added urlify to try and create webbie auto-suggestions out of whatever ↵friendica2012-07-308-0/+340
| | | | unicode stuff gets thrown in as a name. Currently this will only work for latin/european/cyrillic/russian, but possible to extend to ideographic forms.
* At this moment, of the content pages only the network page partially works ↵friendica2012-07-251-0/+0
| | | | and not all that well as the ajax loading gets sorted. This checkin is just to push the current state of the code, good bad and ugly.
* see if this works for getting rid of scrollbarsfriendica2012-07-243-0/+136
|
* zentity is currently just a screen mockup until the page spec is completefriendica2012-07-241-0/+221
|
* realtime updates of "6 minutes ago" with fallback to iso8601 timestamps ↵friendica2012-07-231-1/+1
| | | | (available on tooltip)
* add js relative date calculator so that "3 minutes ago" will be updated when ↵friendica2012-07-221-0/+152
| | | | it gets to 4 minutes.
* simplifyfriendica2012-07-2123-16337/+0
|
* merge upstream, slider work, refactor ping module, language selection workfriendica2012-07-1328-0/+11506
|
* fix !@#$ tinymce linebreaks for the thousandth timefriendica2012-07-042-6/+26
|
* add smarty engine, remove some obsolete zot1 stufffriendica2012-07-03137-0/+28796
|
* iframes were getting stripped at the rss/atom parser level. We can preserve ↵friendica2012-06-201-3/+3
| | | | these because we will strip them in the purifier after checking for supported video sources
* update tinymce to 3.5.0.1friendica2012-05-1526-4805/+5696
|
* language detection libraryfriendica2012-05-1211-0/+4713
|
* add photos to PM autocomplete, improved appearancefriendica2012-05-101-0/+395
|
* mail autcomplete testingfriendica2012-05-066-0/+430
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-05497-3/+7
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * document tinymce fixes/workaroundsfriendica2012-04-011-1/+5
| |
| * translate br with extra elementsfriendica2012-03-262-2/+2
|/
* private file in repositoryfriendica2012-03-211-0/+0
|
* Merge remote branch 'upstream/master'tony baldwin2012-03-21297-10368/+17052
|\
| * added README to mcefixes to explain what is going on.friendica2012-03-201-0/+4
| |
| * update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocksfriendica2012-03-20296-10368/+17048
| |
| * lost changes to tinymce/bbcodefriendica2012-03-171-61/+136
| |
| * remove admin view of local directoryfriendica2012-03-171-136/+61
| |
* | added Vijay's theme from facepark.intony baldwin2012-03-211-0/+0
|/
* In HTML2BBCode: fetch the URL of [EMBED] using JavaScript instead of an ↵Tobias Hößl2012-03-131-122/+140
| | | | ajax-call to a php-script. Once there actually is embedded Code in the HTML, this function is called after every single keypress. Not only is making an ajax-call every keypress bandith intensive - it also made typing hard / slow. Making a lot of JavaScript-RegExp-Computation every keypress isn't exactly great either, but still performs better.
* finalise spam storage model, begin driver changes.friendica2012-03-051-5/+29
|
* Merge remote-tracking branch 'upstream/master'Alexander Kampmann2012-03-011-52/+2
|\
| * update globaldir when page-type changes, add spam date fieldfriendica2012-02-271-52/+2
| |
* | Enabled automated doc building. Changes:Alexander Kampmann2012-03-011-2/+2
|/ | | | | | | | -build.xml, phing build file -@package tags at acl_selector.php and db_update.php -added documentation and some IDE files to .gitignore -automated tool to find files that corrupt the doc build process -removed ansi characters from SSH1.php, docBlox could not handle them
* fixed syntax errorsAlexander Kampmann2012-02-271-3/+3
|
* waitman gobble fix for escaping code blocks in tinymcefriendica2012-02-241-8/+65
|
* Merge pull request #45 from annando/masterfriendica2012-02-221-497/+387
|\ | | | | New HTML to BBCode converter, changes to BBCode, nginx support, ...