aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* remove some d* extraneous bullshitfriendica2012-07-182-11/+2
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-1810-361/+4
| | | | some shit.
* json notification popup mostly working in zerofriendica2012-07-171-1/+1
|
* front end for alternate profile photosfriendica2012-07-171-1/+9
|
* backend support for alternate profile photos for private profilesfriendica2012-07-171-9/+36
|
* error cleanupfriendica2012-07-173-23/+2
|
* pass all possible network search params to javascript - we will be ↵friendica2012-07-171-1/+27
| | | | processing them on the client and building the proper query string there.
* first cut at a generalised item query functionfriendica2012-07-161-0/+2
|
* working towards getting rid of item['tag'] and item['file'] - still some ↵friendica2012-07-161-12/+15
| | | | dependencies
* more search cleanupfriendica2012-07-161-0/+1
|
* make network tag and personal searches work againfriendica2012-07-162-31/+16
|
* make alt_pager the network page default - at least until we get rid of the ↵friendica2012-07-162-35/+18
| | | | network page
* unified search autocomplete backend, browser performance seems to be a bit suckyfriendica2012-07-162-0/+104
|
* language filtering infrastructure, check owner's language prefs and either ↵friendica2012-07-161-0/+20
| | | | translate it or dump it depending on those prefs and the availability of translation plugins.
* use include/language.php for all language and translation codefriendica2012-07-161-2/+0
|
* contact edit sliderfriendica2012-07-151-1/+19
|
* more work on json notifications, now working except for notify popupfriendica2012-07-151-27/+28
|
* updatesfriendica2012-07-145-67/+108
|
* merge upstream, slider work, refactor ping module, language selection workfriendica2012-07-135-241/+134
|
* add plink to profile change notificationsfriendica2012-07-121-1/+9
|
* language detection and sparkle links added to plinks where appropriatefriendica2012-07-121-5/+13
|
* move saved searches to new taxonomyfriendica2012-07-112-22/+30
|
* get rid of special "short salmon key" for statusnetfriendica2012-07-112-3/+3
|
* catchupfriendica2012-07-102-13/+0
|
* create fetch_tags function, make search work again, change logofriendica2012-07-104-24/+18
|
* upstream fixes and a lot of taxonomy stufffriendica2012-07-104-4/+16
|
* sliderfriendica2012-07-092-1/+34
|
* theme cleanupfriendica2012-07-091-2/+2
|
* making tags workfriendica2012-07-095-15/+52
|
* identity address is now a web-id or "webbie"friendica2012-07-093-20/+39
|
* remove bookmark content flagfriendica2012-07-083-49/+22
|
* fix bugsZach Prezkuta2012-07-071-6/+13
|
* allow more than one embedded private photoZach Prezkuta2012-07-071-20/+74
|
* orient function uses exif_read_data for which valid image types are only ↵Vasudev Kamath2012-07-071-1/+2
| | | | | | | | JPEG and TIFF as per the document [1]. When trying to upload an screenshot with png type I was getting message as *failed* even though image was uploading. So added a fix to check image type before calling orient function. Not sure if this is a proper fix but after this i'm not getting any error during file upload [1] http://au2.php.net/manual/en/function.exif-read-data.php
* add additional page types to admin user reportfriendica2012-07-051-2/+4
|
* some initial code and benchmarking for "red" content rendering enginefriendica2012-07-041-0/+858
|
* Merge https://github.com/friendica/friendica into pullfriendica2012-07-031-0/+6
|\
| * add ability to set maximum pixel length of uploaded picturesZach Prezkuta2012-07-021-0/+6
| |
* | add link to sharesfriendica2012-07-031-1/+3
|/
* try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up ↵friendica2012-07-021-2/+2
| | | | to harder stuff
* "babel" diagnostic - convert bbcode to different formats and back againfriendica2012-07-011-0/+56
|
* pagination start off by onefriendica2012-07-011-1/+3
|
* Added more profile data and CSS styling to the /directory pageZvi ben Yaakov (a.k.a rdc)2012-07-011-5/+43
|
* convert ent_quotes for jquery calendar title/summaryfriendica2012-06-291-2/+2
|
* undefined fnfriendica2012-06-281-2/+2
|
* create third privacy state - public post but not searchable or publicly visiblefriendica2012-06-284-4/+4
|
* service class restrict the email connectorfriendica2012-06-261-18/+9
|
* change event behaviour so that title is required but description is notfriendica2012-06-251-6/+6
|
* event summary/titlefriendica2012-06-251-3/+11
|
* remove possibly unnecessary checks for likes or comments created by Diaspora ↵Zach Prezkuta2012-06-252-51/+51
| | | | users