aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/friendica/red into zpullfriendica2013-06-034-13/+45
|\
| * Make a start at making mail look less dreadful.Thomas Willingham2013-06-022-1/+39
| |
| * TypoThomas Willingham2013-06-021-1/+1
| |
| * Fix opensearchThomas Willingham2013-06-021-10/+5
| |
| * Fix TinyMCEThomas Willingham2013-05-311-1/+0
| |
| * Put a stop to "I couldn't find the menu" by adding a nabla - until somebody ↵Thomas Willingham2013-05-301-1/+1
| | | | | | | | comes up with something that looks less crap.
* | fix pager, doc updatefriendica2013-06-0360-515/+688
|/
* force delayed_publish time comparisons to UTC.friendica2013-05-291-2/+2
|
* fix for multiple hublocs and incoming magic authfriendica2013-05-291-2/+2
|
* add photos and albums enumeration to Red API (will allow us to export either ↵friendica2013-05-292-3/+54
| | | | all our photos or individual albums using a script)
* function args reversed on duplicate zid detection.friendica2013-05-292-2/+2
|
* make sure we get the correct URL. Also redirect back again (essentially ↵friendica2013-05-282-44/+24
| | | | perform a no-op) when using reverse magic auth and we can't find a channel.
* let's make this failsafefriendica2013-05-281-6/+9
|
* Merge https://github.com/friendica/red into zpullfriendica2013-05-281-0/+1
|\
| * Merge branch 'master' of https://github.com/friendica/redThomas Willingham2013-05-291-0/+1
| |\
| * | Typo, or somehow ended up with a missing line another way.Thomas Willingham2013-05-291-0/+1
| | |
* | | more modmagic trackingfriendica2013-05-281-0/+1
| |/ |/|
* | Merge https://github.com/friendica/red into zpullfriendica2013-05-283-19/+114
|\|
| * Update docoThomas Willingham2013-05-292-17/+110
| |
| * Add an article to default.php to allow for fixed width themes, without ↵Thomas Willingham2013-05-291-2/+4
| | | | | | | | breaking anything we've already got.
* | add logging to mod/magic when channel not found so we can trace it.friendica2013-05-281-0/+1
|/
* fix location setting stufffriendica2013-05-283-5/+5
|
* Merge https://github.com/friendica/red into zpullfriendica2013-05-289-12/+214
|\
| * Merge pull request #56 from beardy-unixer/masterfriendica2013-05-289-12/+214
| |\ | | | | | | Various
| | * Oops, remove site specific CSSThomas Willingham2013-05-281-8/+1
| | |
| | * Clean up dark themeThomas Willingham2013-05-281-3587/+21
| | |
| | * Use misanthrozot as dark scheme, fix some PCSS bugsThomas Willingham2013-05-283-5/+8
| | |
| | * Make pages better.Thomas Willingham2013-05-283-8/+3742
| | |
| | * mod_page.cssThomas Willingham2013-05-281-0/+28
| | |
| | * Add notification count to titles.Thomas Willingham2013-05-281-1/+10
| | |
| | * Add red smiley for the sake of consistency with Friendica's set.Thomas Willingham2013-05-282-0/+1
| |/
* / issue #55 (number 2)friendica2013-05-281-4/+6
|/
* convert most red photos to zmgfriendica2013-05-285-18/+20
|
* cleanup localisation of like activitiesfriendica2013-05-281-5/+3
|
* wrong attribution on likes of comments in email notifications. Let's also ↵friendica2013-05-284-36/+27
| | | | call the thing they liked a comment instead of a status
* add support for zmg bbcode tag (img with class=zrl) which will eventually ↵friendica2013-05-271-1/+3
| | | | get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done.
* Merge https://github.com/friendica/red into zpullfriendica2013-05-272-2/+8
|\
| * Prevent showmore covering up the end of posts, plus put likes back where ↵Thomas Willingham2013-05-272-2/+8
| | | | | | | | they were pre-threaded comments.
* | fix zidify_img_callback - wrong number of argsfriendica2013-05-271-1/+1
|/
* zidify img links, delay notifier until actually published for time ↵friendica2013-05-276-10/+44
| | | | travelling posts
* set default contact affinity back to 99 - we'll solve the other problem ↵friendica2013-05-2453-2787/+3043
| | | | another way, this one is flawed
* use http_authorization header with nginxfriendica2013-05-231-0/+10
|
* move new_cookie() to the session driver so we can use it for other purposes ↵friendica2013-05-232-10/+11
| | | | besides "normal" web login (for instance magic auth)
* more progress on items_fetch (new name)friendica2013-05-233-36/+45
|
* implement time travelling postsfriendica2013-05-233-0/+20
|
* make 90 the default closeness when humans are involved in the processfriendica2013-05-232-2/+2
|
* didn't realise that collections (search by group) and search by contact ↵friendica2013-05-221-26/+26
| | | | weren't working on the matrix/network page and had never been properly ported. They're now ported - whether or not they work is another matter.
* first cut at generic item searchfriendica2013-05-221-0/+222
|
* and the obligatory typofriendica2013-05-221-0/+1
|
* add api/red/channel/stream POST method (post_activity_item()), add ↵friendica2013-05-221-0/+12
| | | | additional endpoint to channel export to api/red/channel/export/basic