aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | for non-post items (e.g. photos, events, whatever) add mention tags ↵friendica2014-06-301-0/+25
| | | | | | | | | | | | explicitly to the output rendering since they may not be present in the post body.
| * | Merge https://github.com/friendica/red into pending_mergefriendica2014-06-301-9/+1
| |\ \
| * | | much better fix to problem yesterday of updates with the wrong ud_addr ↵friendica2014-06-302-24/+17
| | | | | | | | | | | | | | | | | | | | | | | | getting updated. Now we'll pass in the update table row to import_xchan so we know exactly which ud_addr applies. We still need ud_flags passed in separately.
* | | | Doco - update raspberry pi install, mostly trivial, only real changeThomas Willingham2014-07-011-29/+23
| |/ / |/| | | | | | | | | | | is to block search properly without relying on robots.txt which doesn't really work.
* | | Doco - couple of extra features that aren't anymore.Thomas Willingham2014-07-011-9/+1
|/ /
* | more doco on mod/ping - plus fix a birthday notification which was a day off.friendica2014-06-301-6/+52
| |
* | Merge pull request #520 from pixelroot/masterRedMatrix2014-07-012-694/+769
|\ \ | | | | | | Updated Russian translation
| * | Updated Russian translationpixelroot2014-06-302-694/+769
| | |
* | | Merge pull request #521 from tuscanhobbit/masterRedMatrix2014-07-011-22/+30
|\ \ \ | | |/ | |/| Changed the lock icon behaviour
| * | Changed the lock icon behaviourPaolo Tacconi2014-06-301-22/+30
| | |
* | | Merge pull request #522 from dawnbreak/masterRedMatrix2014-07-012-154/+147
|\ \ \ | | | | | | | | Some documentation, less default debugging, bit styleguide
| * | | Documented include/plugin.php a bit and removed an annoying defaultKlaus Weidenbach2014-07-011-107/+114
| | | | | | | | | | | | | | | | logging. Changed it to LOGGER_DEBUG.
| * | | Some documentation in mod/ping.php an reduced default logging.Klaus Weidenbach2014-06-301-47/+33
| | | | | | | | | | | | | | | | It is now LOGGER_DATA as it returns the json data contents.
* | | | update nljeroenpraat2014-06-302-35/+35
|/ / /
* | | Doco - update Debian install. That link is out of date, and the git moved too.Thomas Willingham2014-06-301-3/+4
| | |
* | | Doco - move existing FAQ to new sub-FAQsThomas Willingham2014-06-303-46/+47
| | |
* | | Make [observer.baseurl] more reliable using connurl which will changeThomas Willingham2014-06-3016-290/+22
| | | | | | | | | | | | | | | less often than xchan_url, which can break the regex and might not even contain the baseurl at all, plus a bit of doco clean up.
* | | control chars crept in.friendica2014-06-301-1/+1
| | |
* | | ensure we have a unique guid for each address if one is generated.friendica2014-06-301-1/+1
| | |
* | | update the update records for all addresses attached to this channel, not ↵friendica2014-06-301-7/+19
| | | | | | | | | | | | just the primary.
* | | one more...friendica2014-06-302-2/+3
| | |
* | | minor changesfriendica2014-06-292-3/+9
| | |
* | | very minor, we don't like the word "user" - it's downgrading. Everybody here ↵friendica2014-06-291-2/+2
| | | | | | | | | | | | is a "member".
* | | log the offending dir serverfriendica2014-06-291-0/+2
| | |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-06-292-566/+641
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/friendica/redjeroenpraat2014-06-292-2/+3
| |\ \ \
| * | | | update nljeroenpraat2014-06-292-566/+641
| | | | |
* | | | | limit updates from new dir servers to avoid exhausting memory.friendica2014-06-292-2/+7
| | | | |
* | | | | keep dirsync from exhausting memoryfriendica2014-06-291-1/+1
| |/ / / |/| | |
* | | | add zottel dir serverfriendica2014-06-292-2/+3
|/ / /
* | | Merge pull request #518 from tluther/masterRedMatrix2014-06-3040-45/+239
|\ \ \ | | | | | | | | Doco work
| * | | delete my original doc working backup folderTobias Luther2014-06-291272-143663/+0
| | | |
| * | | Tidied the folder from old backupsTobias Luther2014-06-298-9/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | created new files for a quick explanation of the use of accounts, profiles, channels added FAQ for users, admins and developers (the last one might not be exactly necessary?) created a file to explain posting for new users created new file to explain nomadic identities for users modified main.bb
| * | | Some doco work. Changed main.bb and added a return link to all .bb files and ↵root2014-06-291306-40/+143807
| | | | | | | | | | | | | | | | began planning new entries for user orientated documentation.
| * | | Merge remote-tracking branch 'upstream/master'root2014-06-29342-117060/+3939
| |\ \ \
| * | | | Corrected minor typoroot2014-06-271-1/+1
| | | | |
* | | | | Merge pull request #517 from tokudan/masterRedMatrix2014-06-302-1/+29
|\ \ \ \ \ | | | | | | | | | | | | Some german translations
| * | | | | German translation for channels.mdDaniel Frank2014-06-291-0/+28
| | | | | |
| * | | | | Update Profile.mdDaniel Frank2014-06-291-1/+1
| | |/ / / | |/| | | | | | | | added missing word
* | | | | Merge pull request #516 from dawnbreak/masterRedMatrix2014-06-304-90/+172
|\ \ \ \ \ | | | | | | | | | | | | Fixed a wrong timestamp update when adding a file.
| * | | | | Add rename support for DAV directories.Klaus Weidenbach2014-06-302-15/+63
| | | | | | | | | | | | | | | | | | | | | | | | This works only over DAV right now, no GUI yet.
| * | | | | Return a correct timestamp when a folder is empty.Klaus Weidenbach2014-06-292-36/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a folder was empty a zero timestamp was returned. Now it will return the timestamp of the folder itself.
| * | | | | Fixed some more timestamp bugs in RedDAV.Klaus Weidenbach2014-06-293-32/+46
| | | | | | | | | | | | | | | | | | | | | | | | Fixed an SQL-query in RedFile::put(), where parameters where in wrong order.
| * | | | | Fixed a wrong timestamp update when adding a file.Klaus Weidenbach2014-06-292-7/+13
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file was uploaded the timestamp of the containing folder should get updated, but the timestamp of the first file in the folder was mistakenly updated. There are some more wrong timestamps, but still looking for the bug.
* | | | | Merge pull request #519 from cvogeley/masterRedMatrix2014-06-303-5/+7
|\ \ \ \ \ | |/ / / / |/| | | | Remove Remove Account link from account settings
| * | | | Remove Remove Account link from account settingsChristian Vogeley2014-06-293-5/+7
|/ / / / | | | | | | | | | | | | | | | | because it doesn’t remove the account. Move channel removal link to channel page
* | | | Merge pull request #515 from tuscanhobbit/masterPaolo T2014-06-292-488/+563
|\ \ \ \ | | |/ / | |/| | IT:updated strings
| * | | IT:updated stringstuscanhobbit2014-06-292-488/+563
| | | |
* | | | Doco - update dav2fs instructions. That should never have worked,Thomas Willingham2014-06-292-63/+5
| | | | | | | | | | | | | | | | but now it actually doesn't work.
* | | | Merge pull request #513 from dawnbreak/masterRedMatrix2014-06-29241-115912/+2119
|\ \ \ \ | | | | | | | | | | Some documentation for include/reddav.php and a new tpl-file.