aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* simplify chanview authentication and make sure it carries through multiple ↵friendica2014-01-221-8/+4
| | | | generations
* remove debuggingfriendica2014-01-211-1/+0
|
* fix location of string file in Translations.md, fix some permissions and ↵friendica2014-01-211-0/+1
| | | | owner vagueness (potential bugs) in profile_tabs()
* seems you can't easily have a blank password for DAV guests, so the guest ↵friendica2014-01-211-2/+4
| | | | password is now +++
* text - change remove account button to remove channelfriendica2014-01-211-1/+1
|
* add primary webbie to directory popupfriendica2014-01-212-0/+2
|
* fix the admin interface to pending registrationsfriendica2014-01-211-1/+1
|
* create store directory if it's missing before initialising DAVfriendica2014-01-211-1/+4
|
* when loading a single thread on the channel page, tell JS that there isn't ↵friendica2014-01-201-2/+6
| | | | any more content to load.
* added buttons to perform later hubloc actionsMichael Meer2014-01-201-2/+4
|
* catch auth exceptionsfriendica2014-01-201-2/+7
|
* bring photo tagging back which hasn't worked since forking from Friendica - ↵friendica2014-01-192-184/+53
| | | | this is untested and displaying photo tags will now be broken as we're now storing tags with the item attached to the photo and not in the photo. But the point is we've eliminated the OStatus/SWAP0 forced spam crap and can start fresh.
* Merge https://github.com/friendica/red into zpullfriendica2014-01-191-3/+4
|\
| * Stop Google DDoSing me by providing block_public_search, which unlikeThomas Willingham2014-01-191-3/+4
| | | | | | | | block_public will block *only* searching without an observer.
* | strip zid= from REQUEST_URI as well as QUERY_STRING - sabre uses bothfriendica2014-01-191-0/+3
|/
* kill the ummagumma effectfriendica2014-01-162-3/+5
|
* prevent zid's from reaching the DAV core code.friendica2014-01-161-0/+3
|
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2014-01-153-6/+7
|\
| * Merge https://github.com/friendica/red into zpullfriendica2014-01-153-9/+21
| |\
| * | dav: throw exception if channel for requested DAV directory is deletedfriendica2014-01-153-6/+7
| | |
* | | Probably shouldn't list REGISTER_CLOSED sites on a list of open hubs.Thomas Willingham2014-01-141-2/+2
| |/ |/|
* | Merge pull request #268 from cvogeley/mastercvogeley2014-01-112-4/+6
|\ \ | | | | | | delete confirmation popup for blocks and layouts
| * | delete confirmation popup for blocks and layoutsChristian Vogeley2014-01-122-4/+6
| | |
* | | Merge pull request #267 from cvogeley/mastercvogeley2014-01-111-1/+6
|\| | | | | | | | Do the same thang for webpage blocks
| * | Do the same thang for webpage blocksChristian Vogeley2014-01-121-1/+6
| | |
* | | Merge pull request #266 from cvogeley/mastercvogeley2014-01-111-2/+7
|\| | | | | | | | Fix webpage layout title editing
| * | Fix webpage layout title editingChristian Vogeley2014-01-121-2/+7
| | |
* | | Merge pull request #265 from cvogeley/mastercvogeley2014-01-111-2/+2
|\| | | |/ |/| Fix page layout selector
| * Fix page layout selectorChristian Vogeley2014-01-121-2/+2
| |
* | mod_attach: output stream wasn't workingfriendica2014-01-111-4/+6
| |
* | preserve mid on editsfriendica2014-01-101-2/+9
|/
* make goaway link workmarijus2014-01-101-2/+2
|
* and don't send duplicate notices <sigh>zottel2014-01-101-3/+0
|
* add security fix to load case, toozottel2014-01-101-3/+9
|
* security fix for channel?mid= per zottelfriendica2014-01-101-2/+4
|
* directory creation error, display localtimes on cloud webpage, doc updatesfriendica2014-01-101-0/+2
|
* mod_filestorage: provide a URL for linking to webpages and other websitesfriendica2014-01-091-1/+4
|
* add cloud link to profile_tabs and Comanchify the suckerfriendica2014-01-091-0/+15
|
* some minor cleanup on plinks for some very subtle permissions issuesfriendica2014-01-095-23/+24
|
* fix noticeszottel2014-01-091-7/+12
|
* took out some left-overs from the debugging phasezottel2014-01-091-12/+0
|
* fix a bug that made it possible for everyone to access any message from otherzottel2014-01-091-0/+26
| | | | channels using channel/<channel>/?mid=...
* attachment issuefriendica2014-01-081-1/+1
|
* add store directory write check to install checksfriendica2014-01-081-0/+20
|
* This should be approaching completion for file OS storage. May be a few ↵friendica2014-01-081-1/+8
| | | | minor bugs remaining due to some late-breaking fixes but I've been testing it as I go.
* Merge pull request #258 from zzottel/masterfriendica2014-01-081-28/+48
|\ | | | | Add display of a thread to channel module
| * Add display of a thread to channel module using channel/<channel>/?mid=<mid>zottel2014-01-081-28/+48
| |
* | Merge https://github.com/friendica/red into zpullfriendica2014-01-081-0/+2
|\ \
| * | Pass hash and extension to the photo templates for plugins that requireThomas Willingham2014-01-081-0/+2
| | | | | | | | | | | | links we can't construct from what's already there.
* | | preparatory work for supporting a "list view" mode for conversations. This ↵friendica2014-01-084-0/+4
|/ / | | | | | | would be useful for forum-like channels and/or block-oriented themes.