aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* logging: include target url when reporting z_fetch_url and z_post_url errors.friendica2014-05-271-4/+4
|
* give the cloud file list a bit of paddingfriendica2014-05-272-23/+25
|
* filter randprof results to avoid channels that are known to be deceased.friendica2014-05-251-1/+1
|
* Language selection: case-insensitive and system languageAlexandre Hannud Abdo2014-05-231-2/+1
| | | | | | | Fixed ignoring HTTP_ACCEPT_LANGUAGE tags that had uppercase characters. Fixed defining a->language too soon to ever get the system lang
* fix search to use in appfriendica2014-05-222-3/+4
|
* more appsfriendica2014-05-221-0/+2
|
* implement 'requires' on personal appsfriendica2014-05-221-6/+43
|
* sort by app name and not by apd filenamefriendica2014-05-221-1/+4
|
* Add the admin appfriendica2014-05-211-0/+5
|
* more app workfriendica2014-05-212-7/+20
|
* change app dropdown to point to apps module (changes nav template). ↵friendica2014-05-212-4/+5
| | | | Important: Plugins using the app-menu hook will no longer be accessible from there and may require re-writing to plug into the system apps page. Also filter apps in items from the language detector to avoid false triggers from the base64 content.
* Make tag delivery work when channel name differs from profile nameAlexandre Hannud Abdo2014-05-211-5/+5
|
* Merge pull request #464 from solstag/masterRedMatrix2014-05-212-9/+11
|\ | | | | Bunch of translation work
| * Allow translation context with plural. Use that in Likes/Dislikes.Alexandre Hannud Abdo2014-05-212-7/+8
| |
| * Make translation contexts effective.Alexandre Hannud Abdo2014-05-211-2/+3
| |
* | make it possible to edit/delete apps via /apps/personal/editfriendica2014-05-211-0/+3
|/
* add zids to all the personal app linksfriendica2014-05-201-0/+5
|
* more app workfriendica2014-05-201-8/+29
|
* add optional context to translationsfriendica2014-05-201-2/+4
|
* most of the remaining apps basic infrastructure except a form to create the ↵friendica2014-05-202-7/+53
| | | | things. Don't let this fool you - there is still a lot of work, but there isn't a whole lot of work to create a demo; in fact you can demo it now.
* more app backend workfriendica2014-05-191-4/+41
|
* apps: fix encoding/decoding and chunk splittingfriendica2014-05-181-2/+2
|
* start to build out the appsfriendica2014-05-182-6/+70
|
* more app workfriendica2014-05-181-0/+44
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-05-181-0/+18
|\
| * implement modal for more then 10 likes/dislikesmarijus2014-05-181-0/+18
| |
* | more app infrastructurefriendica2014-05-181-4/+49
|/
* the help appfriendica2014-05-161-1/+1
|
* add hover tips - except we need a way to translate the thingsfriendica2014-05-151-0/+5
|
* login appfriendica2014-05-151-0/+4
|
* add directoryfriendica2014-05-151-1/+1
|
* some sidebar content (doesn't yet do anything)friendica2014-05-151-0/+12
|
* more base appsfriendica2014-05-151-1/+1
|
* the app menu takes formfriendica2014-05-151-3/+43
|
* apps: provide a default photo if none was set. For now it's the default ↵friendica2014-05-151-1/+14
| | | | profile photo until we have a default app photo
* some backend stuff for appsfriendica2014-05-152-0/+64
|
* xss preventionfriendica2014-05-141-0/+5
|
* add photo widgetfriendica2014-05-131-1/+43
|
* add activity_received hookfriendica2014-05-131-0/+3
|
* zrlify (turn into zmg) any relevant img tags in a post.friendica2014-05-131-0/+25
|
* allow jgrowl 'close all' message to be translatedfriendica2014-05-131-0/+1
|
* try to fix random logoutsfriendica2014-05-121-1/+5
|
* Typomarijus2014-05-121-2/+2
|
* log IP mis-matches even if paranoia isn't set.friendica2014-05-111-7/+8
|
* Merge pull request #455 from encyclomundi/masterRedMatrix2014-05-111-1/+1
|\ | | | | correct minor typo
| * correct minor typoCharles2014-05-101-1/+1
| |
* | Merge branch 'master' of https://github.com/chriswinstead/redroot2014-05-104-6/+57
|\ \
| * | add support for h1, h2, etc. to bbcodeMichael Johnston2014-05-101-0/+24
| | |
| * | Merge branch 'master' of https://github.com/friendica/redmarijus2014-05-091-4/+14
| |\ \
| | * | show hidden connections in contact block if and only if the observer is the ↵friendica2014-05-081-4/+14
| | | | | | | | | | | | | | | | profile owner