aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of https://github.com/friendica/redMichael Meer2014-01-283-5/+17
|\| | | | | | | to be in sync with main repro
| * preserve expiration when editingfriendica2014-01-271-3/+9
| |
| * photo tagging still broken - but at least don't create a new linked item ↵friendica2014-01-271-0/+4
| | | | | | | | every time a photo is edited.
| * after rposting - if there's no remote_return, go to your matrix page rather ↵friendica2014-01-271-2/+4
| | | | | | | | than leave you on a blank rpost page.
* | add a temporary logger command at remote server sideMichael Meer2014-01-271-0/+1
|/
* Merge branch 'master' of https://github.com/MicMee/redMichael Meer2014-01-275-10/+48
|\ | | | | | | to be in sync
| * add davguest param to cut/paste link for directories in mod/filestoragefriendica2014-01-261-2/+1
| |
| * The final piece of the DAV authentication puzzle. Provide a directory view ↵friendica2014-01-261-5/+9
| | | | | | | | to an un-auth'd person (without asking for a password) by adding a query parameter 'davguest=1'. This is a bit of a hack, but there was no response on the official forum about how to do this correctly so it will have to do. On the downside, if permission is denied, it won't ask for a password - but we're talking about unauthenticated folks who didn't go through magic auth so chances are even if they authenticate, permission will still be denied.
| * allow site defaults for enabled featuresfriendica2014-01-261-1/+1
| |
| * don't prompt guests for a password if they're accessing an embedded public file.friendica2014-01-261-2/+22
| |
| * Left over line from placeholder.Thomas Willingham2014-01-251-1/+0
| |
| * Add admin info to admin panel and site info.Thomas Willingham2014-01-242-5/+21
| | | | | | | | Since we can have multiple admins, this is freeform bbcode.
* | Merge branch 'master' of https://github.com/friendica/redMichael Meer2014-01-242-57/+46
|\| | | | | | | to be in sync with master repro
| * fix marital partner linkingfriendica2014-01-231-26/+14
| |
| * mod_profperm migratedfriendica2014-01-231-31/+32
| |
* | build url, deleted logger commandsMichael Meer2014-01-231-4/+3
| |
* | preperation for ping, need training in SQL :(Michael Meer2014-01-231-1/+6
| |
* | Merge branch 'master' of https://github.com/friendica/redMichael Meer2014-01-221-8/+4
|\| | | | | | | to keep the repros in sync
| * simplify chanview authentication and make sure it carries through multiple ↵friendica2014-01-221-8/+4
| | | | | | | | generations
* | reorg formula data for hubloc checksMichael Meer2014-01-221-1/+10
| |
* | start with hubloc pingMichael Meer2014-01-221-0/+9
|/
* 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
| |