aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #685 from zzottel/masterRedMatrix2014-11-111-3/+3
| |\ \ | | | | | | | | set channel_w_stream to 0 for forum roles
| | * | set channel_w_stream to 0 for forum roleszottel2014-11-101-3/+3
| | | |
| * | | Merge pull request #686 from beardy-unixer/masterRedMatrix2014-11-112-29/+25
| |\ \ \ | | | | | | | | | | Add a new theme flag - library. Not directly available to be used itsel...
| | * | | Add a new theme flag - library. Not directly available to be used itself butThomas Willingham2014-11-102-29/+25
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installed as a lib for other themes. Like SDL, or GTK. Get rid of mobility - it's better done with Comanche and schemas. Describe themes instead of restricting them. Mobile themes can be used as the desktop theme and vice-versa. This deals with the problem of "but my device is something inbetween". Presently not exposed to members.
* | / / issue #683 - don't linkify homepage field without validatingfriendica2014-11-103-1/+5
|/ / /
* | | indicate public forums in directory results (there will be some [possibly ↵friendica2014-11-104-4/+16
| | | | | | | | | | | | considerable] lag time before existing forums are correctly tagged).
* | | add public forum identification to libzot. No attempt is made to identify ↵friendica2014-11-103-2/+23
| | | | | | | | | | | | other types of forums or weird custom channel permissions. If the channel is auto-accept and taggable, it's a public forum.
* | | class is a reserved wordfriendica2014-11-103-6/+6
|/ /
* | add defaults to database tablesfriendica2014-11-092-190/+2467
| |
* | menu page cleanupfriendica2014-11-093-16/+21
| |
* | remove extraneous loggingfriendica2014-11-091-4/+1
| |
* | directory listing shows phantom keywordsfriendica2014-11-092-2/+4
| |
* | Merge pull request #682 from pafcu/masterRedMatrix2014-11-091-1/+1
|\ \ | | | | | | Use consistent terminology for channel directory
| * | Use consistent terminology for channel directoryStefan Parviainen2014-11-091-1/+1
| | |
* | | Merge pull request #681 from pafcu/masterRedMatrix2014-11-095-241/+96
|\| | | | | | | | New layout for directory
| * | New layout for directoryStefan Parviainen2014-11-095-241/+96
| | |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-0813-6235/+6474
|\ \ \
| * | | prevent posting before acl got populated since this will disregard the ↵marijus2014-11-086-10/+11
| | | | | | | | | | | | | | | | default acl setting and the post will be visible to the default audience without warning. the chance that this happens is quite small while writing a post but can easily happen on eg editing photos (maybe just tick a checkbox and press submit). the acl and submit buttons are disabled by default and will be activated as soon as acl is populated.
| * | | Merge pull request #680 from pafcu/masterRedMatrix2014-11-092-2/+6
| |\| | | | | | | | | | Some hlighlighting on hover
| | * | Fix merge conflictStefan Parviainen2014-11-08315-13484/+19854
| | |\ \ | | |/ / | |/| |
| * | | Document reinstalling, or saying don't do that without explicitly stating ↵Thomas Willingham2014-11-081-2/+10
| | | | | | | | | | | | | | | | don't do that.
| * | | Merge pull request #678 from zzottel/masterzzottel2014-11-072-3/+4
| |\ \ \ | | | | | | | | | | update to German help files
| | * | | update to German help fileszottel2014-11-072-3/+4
| | | | |
| * | | | Merge pull request #677 from zzottel/masterzzottel2014-11-072-6218/+6443
| |\| | | | | | | | | | | | | update to German strings
| | * | | update to German stringszottel2014-11-072-6218/+6443
| |/ / /
| | * | Highlight badge on hoverStefan Parviainen2014-11-081-0/+4
| | | |
| | * | Fix highlighting of login buttonStefan Parviainen2014-11-081-2/+2
| | | |
* | | | add acl loading fix to menu-item editsfriendica2014-11-082-2/+2
|/ / /
* | | tgroup_check - decrypt if obscured before checking body text for resharesfriendica2014-11-071-1/+9
| | |
* | | revert that bitfriendica2014-11-071-7/+1
| | |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-072-6/+7
|\ \ \
| * | | provide lockstate for photo editmarijus2014-11-072-6/+7
| | | |
* | | | fix broken photo edits when adult flag is changedfriendica2014-11-071-8/+7
| | | |
* | | | rev updatefriendica2014-11-072-522/+609
| | | |
* | | | doc updatesfriendica2014-11-07102-406/+1576
|/ / /
* | | include self in load_contact_links so you don't get a connect menu entry for ↵friendica2014-11-061-3/+2
| | | | | | | | | | | | yourself
* | | Merge pull request #676 from magicoli/masterRedMatrix2014-11-072-6/+6
|\ \ \ | | | | | | | | fix nbsp tag typoes in french translation
| * | | fix nbsp tag typoes in french translationOlivier van Helden (hal)2014-11-072-6/+6
|/ / /
* | | visible flag reversedfriendica2014-11-061-1/+1
| | |
* | | Provide a way to mark photos as adult and hide them from the default album ↵friendica2014-11-064-32/+45
| | | | | | | | | | | | view. Still need a button or setting to enable "unsafe viewing". This has no effect anywhere but in the album views. They can still be viewed by flipping through the individual photos with 'prev' and 'next'. We probably need a comprehensive strategy for how to deal with n-s-f-w photos in albums so consider this a band-aid which requires additional work and integration with other facilities which access these photos. It is entirely optional.
* | | Merge pull request #675 from zzottel/masterRedMatrix2014-11-071-3/+3
|\ \ \ | | | | | | | | don't overwrite $x (contains import_xchan result) with role permissions
| * | | don't overwrite $x (contains import_xchan result) with role permissionszottel2014-11-061-3/+3
|/ / /
* | | provide a lockstate for photo uploadsmarijus2014-11-061-1/+4
| | |
* | | make sure the "tagcloud" actually shows hashtags. So we don't confuse folks ↵friendica2014-11-061-1/+1
| | | | | | | | | | | | with categories.
* | | category tagblockfriendica2014-11-063-1/+34
| | |
* | | logging changes, untranslated stringfriendica2014-11-052-4/+4
| | |
* | | crude skeleton for location manager and the UI sucks but at least it's on a ↵friendica2014-11-053-28/+71
| | | | | | | | | | | | webpage and you don't have to do it by hand.
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-051-1/+1
|\ \ \
| * | | Merge pull request #674 from pafcu/masterRedMatrix2014-11-061-1/+1
| |\| | | | | | | | | | Fix duplicate element id
| | * | Fix duplicate element idStefan Parviainen2014-11-051-1/+1
| | | |