aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Just a small typomrjive2014-07-241-1/+1
| | | | | | | | | Fixed a small typo (and also to try if I'm doing right)
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-07-232-1095/+1154
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/friendica/redJeroen2014-07-236-25/+122
| |\ \ \
| * | | | update nlJeroen2014-07-232-1095/+1154
| | | | |
* | | | | rev updatefriendica2014-07-231-1/+1
| |/ / / |/| | |
* | | | some backend JS support for an endless scroll directoryfriendica2014-07-221-3/+68
| | | |
* | | | standards compliancefriendica2014-07-221-6/+6
| | | |
* | | | when telling somebody that permissions have changed but not yet submitted, ↵friendica2014-07-223-16/+24
| | | | | | | | | | | | | | | | give them a submit button *right there* so they don't have to look for it.
* | | | add another important notefriendica2014-07-221-0/+2
| | | |
* | | | provide ability to blacklist sites from "Discover".friendica2014-07-221-0/+22
|/ / /
* | | sql string unquotedfriendica2014-07-222-2/+2
| | |
* | | paranoia tweaksfriendica2014-07-211-2/+6
| | |
* | | the "page 2 shows up on top of page 1 when you wake up in the morning" bug. ↵friendica2014-07-212-1/+18
| | | | | | | | | | | | See the comments.
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-07-2012-5961/+6200
|\ \ \
| * \ \ Merge pull request #539 from tuscanhobbit/masterPaolo T2014-07-1912-5961/+6200
| |\ \ \ | | |/ / | |/| / | | |/ IT: updated strings
| | * IT: updated stringstuscanhobbit2014-07-1912-5961/+6200
| |/
* | add more control to auth paranoia settingfriendica2014-07-203-761/+822
| |
* | doc updatesfriendica2014-07-2092-960/+1625
| |
* | correct the permissions on profile pagefriendica2014-07-171-1/+1
|/
* ensure that we don't have permission settings issues due to version skew ↵friendica2014-07-171-1/+1
| | | | across sites.
* provide a specific permission for liking profiles (reuse the obsolete ↵friendica2014-07-179-28/+56
| | | | bookmark permission), also remove the unused 'unconnected contacts' view for now.
* better handling of interactive likesfriendica2014-07-172-14/+19
|
* confirm that something was done.friendica2014-07-171-0/+8
|
* make mod_like interactive if requestedfriendica2014-07-172-10/+44
|
* collection sync issuefriendica2014-07-171-0/+25
|
* tinmymce zombie - kill it.friendica2014-07-172-3/+3
|
* don't subdue archived connections in viewconnectionsfriendica2014-07-162-3/+5
|
* subdue archived connections in group editor and don't show at all in ↵friendica2014-07-162-2/+4
| | | | contact_block()
* collection syncfriendica2014-07-161-0/+114
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-07-162-0/+128
|\
| * Introducing page template Redable (sic). A template for making it easier to ↵Jeroen2014-07-162-0/+128
| | | | | | | | read long texts on a wide range of devices. Using rem and em for font sizes and region widths. Regions: aside, content, right_aside and footer. Advised to only use the middle content region as much as possible (but left and right can be used for indexes if you like). Based on the default template. Maybe later I will add some alternative css's.
* | shield share meta info from markdown processing.friendica2014-07-161-0/+17
| |
* | allow a site to run cron daily at a chosen hourfriendica2014-07-161-3/+17
|/
* provide os_mkdir to workaround permission issues with php mkdirfriendica2014-07-169-9/+60
|
* fix rename_system_url() for the case of somebody who has no local xchan_url ↵friendica2014-07-152-12/+22
| | | | (was cloned from elsewhere and is not primary)
* limit fields to what we requirefriendica2014-07-141-1/+1
|
* index collection sync info by hash rather than idfriendica2014-07-141-1/+1
|
* clean up more code duplicationfriendica2014-07-145-13/+29
|
* Brain fart. Should really wait until the first cuppa kicks in.friendica2014-07-141-1/+1
|
* issue #536 - move a line so it doesn't interferefriendica2014-07-141-1/+1
|
* issue #536friendica2014-07-141-0/+13
|
* the sending side of clone syncing of collection/privacy_group information. ↵friendica2014-07-142-1/+26
| | | | The receiving side is not yet implemented.
* remove some code duplicationfriendica2014-07-146-59/+26
|
* rename friendica_smartyfriendica2014-07-133-2/+4
|
* consistencyfriendica2014-07-131-0/+0
|
* doc updatesfriendica2014-07-1321-139/+177
|
* Quotes on strings. Dunno why it worked without.Thomas Willingham2014-07-131-1/+1
|
* Provide profile tabs opt-out.Thomas Willingham2014-07-131-1/+4
|
* added A NAME/ID to whitelist in HTMLpurifier. That means we can now make ↵jeroenpraat2014-07-111-0/+1
| | | | vintage indexes in web pages.
* Merge pull request #535 from zzottel/masterzzottel2014-07-111-0/+1
|\ | | | | German docs: added link to privacy help file to main.bb