aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* extra loggingfriendica2013-10-142-2/+5
|
* sync tweaksfriendica2013-10-141-1/+1
|
* don't update old entries with no addressfriendica2013-10-141-1/+1
|
* sql wrong number of argsfriendica2013-10-141-0/+1
|
* sql typo in directory syncfriendica2013-10-141-1/+1
|
* We really don't need the category delete links on each category in each post ↵friendica2013-10-141-1/+1
| | | | with categories, as we can now change the categories by editing the post. So take out the delete links.
* linkify post categoriesfriendica2013-10-143-3/+10
|
* Merge pull request #180 from git-marijus/masterfriendica2013-10-142-9/+3
|\ | | | | i guess we should use .active class for all selected links.
| * i guess we should use .active class for all selected links.marijus2013-10-142-9/+3
| |
* | Issue #181Thomas Willingham2013-10-141-2/+2
|/
* template and icons for categories and "file as"friendica2013-10-145-47/+67
|
* fix endless scrollfriendica2013-10-131-1/+1
|
* attachment icons revisitedfriendica2013-10-133-28/+71
|
* turn off endless scroll if we have no more content to load - currently for ↵friendica2013-10-133-1/+6
| | | | mod_display, need to add to other content modules
* directory sort links on sidebarfriendica2013-10-133-0/+19
|
* provide config for preferred directory serverfriendica2013-10-131-0/+3
|
* preserve the source owner when creating a delivery fork so that we can ↵friendica2013-10-135-8/+41
| | | | uplink back to them without any ambiguity.
* Merge https://github.com/friendica/red into zpullfriendica2013-10-133-7/+12
|\
| * Merge pull request #179 from git-marijus/masterfriendica2013-10-132-3/+8
| |\ | | | | | | reorder items in private-mail - the delete button is on the right side e...
| | * reorder items in private-mail - the delete button is on the right side ↵marijus2013-10-132-3/+8
| |/ | | | | | | everywhere else...
| * Merge pull request #178 from cvogeley/masterfriendica2013-10-121-3/+3
| |\ | | | | | | New icons in private mails section
| | * New icons in private mails sectionChristian Vogeley2013-10-131-3/+3
| | |
* | | remove the disabled flag on individual permissions and improve the text to ↵friendica2013-10-134-3/+11
|/ / | | | | | | | | | | show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare. So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive.
* | Merge https://github.com/friendica/red into zpullfriendica2013-10-123-2402/+2872
|\ \
| * \ Merge pull request #177 from tuscanhobbit/masterfriendica2013-10-122-2401/+2871
| |\ \ | | |/ | |/| Updated italian translation
| | * updated italian translationtuscanhobbit2013-10-122-183/+294
| | |
| | * Update italian translationp.tacconi2013-10-112-2375/+2734
| | |
| | * Merge pull request #2 from friendica/masterPaolo T2013-10-11620-15378/+50942
| | |\ | | | | | | | | Upgraded to latest red
| * | \ Merge pull request #176 from oohlaf/fixesOlaf Conradi2013-10-121-1/+1
| |\ \ \ | | | | | | | | | | Typo in replaced variable for #getzot
| | * | | Typo in replaced variableOlaf Conradi2013-10-121-1/+1
| |/ / /
* / / / directory date order (sort=date)friendica2013-10-121-1/+1
|/ / /
* | | show private message conversant in sidebar because without a reply you may ↵friendica2013-10-124-3/+15
| | | | | | | | | | | | not remember who it is/was.
* | | mail recallfriendica2013-10-114-1/+36
| | |
* | | more iconsfriendica2013-10-113-4/+3
| | |
* | | Merge https://github.com/friendica/red into zpullfriendica2013-10-115-21/+37
|\ \ \
| * \ \ Merge pull request #174 from zzottel/masterfriendica2013-10-111-1/+1
| |\ \ \ | | | | | | | | | | fix alt_pager to work if item count is higher than page['itemspage'] (th...
| | * | | fix alt_pager to work if item count is higher than page['itemspage'] (threads)zottel2013-10-111-1/+1
| | | |/ | | |/|
| * | | Dark schema, and associated fixes.Thomas Willingham2013-10-113-19/+35
| | | |
| * | | TypoThomas Willingham2013-10-111-1/+1
| |/ /
* | | bug 175 - categories not updated when editingfriendica2013-10-113-159/+234
| | |
* | | doc updatesfriendica2013-10-11107-410/+2650
|/ /
* | fix search to display more than one itemfriendica2013-10-101-3/+3
| |
* | more readability improvementsfriendica2013-10-101-2/+2
| |
* | set the colour of the active nav element so it doesn't get washed outfriendica2013-10-104-18/+24
| |
* | Easier to load a chosen schema if one has a chosen schema to load...friendica2013-10-101-0/+1
| |
* | fix blue lockfriendica2013-10-101-0/+5
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-10-107-962/+1123
|\ \
| * \ Merge pull request #173 from beardy-unixer/masterfriendica2013-10-101-0/+6
| |\ \ | | | | | | | | Don't send a quintillion emails every time mysql restarts.
| | * | Don't send a quintillion emails every time mysql restarts.Thomas Willingham2013-10-101-0/+6
| | | |
| * | | Add "scheme default" button for nav colours.Thomas Willingham2013-10-101-0/+1
| |/ /