aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge https://github.com/friendica/red into zpullfriendica2014-01-081-1/+1
|\ \
| * | Fix new connection nav URLThomas Willingham2014-01-081-1/+1
| |/
* / qr enhancementsfriendica2014-01-081-0/+3
|/
* keep the to-do list somewhat current.friendica2014-01-081-1/+8
|
* qr code supportfriendica2014-01-071-0/+8
|
* make storage limit service classes apply to accounts, not channels. Also ↵friendica2014-01-072-5/+6
| | | | include a css file that was missing from work yesterday.
* filestorage re-org and cleanupfriendica2014-01-061-2/+4
|
* special handling for directoriesfriendica2014-01-061-2/+2
|
* prepare for OS file storage, and add bbcode attachment link to ↵friendica2014-01-062-3/+10
| | | | mod/filestorage. This isn't beautiful, but it's a start.
* add "self" to access control lists with special marking to indicate it's ↵friendica2014-01-061-4/+4
| | | | special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be.
* provide ability to change attachment/file permissionsfriendica2014-01-061-1/+73
|
* cleanup mod/filestorage before embarking on further changes to itfriendica2014-01-061-42/+45
|
* fix photos/upload album selectorfriendica2014-01-061-2/+11
|
* disable web browser post inputs if no storage write permissionfriendica2014-01-051-78/+6
|
* reddav - basic mkdir support - needs more work to be robustfriendica2014-01-051-0/+2
|
* the web browser interface for DAV has now got zotfriendica2014-01-051-1/+23
|
* a few fixes to webpage editingfriendica2014-01-044-30/+8
|
* Merge pull request #254 from cvogeley/mastercvogeley2014-01-033-3/+6
|\ | | | | Webpage fixes for the moment without the fix for page not found after editing a webpage
| * Revert "Fix page not found error after editing a webpage"Christian Vogeley2014-01-031-1/+1
| | | | | | | | This reverts commit 575f2b3280049eba2bbead023d8fe7fc345af0b1.
| * Confirm webpage deletion promptChristian Vogeley2014-01-012-2/+4
| |
| * Fix page not found error after editing a webpageChristian Vogeley2013-12-311-1/+1
| |
| * Correct wrong service class check for webpagesChristian Vogeley2013-12-311-1/+2
| |
* | more dav workfriendica2014-01-031-1/+1
| |
* | basic browsing and file retrieval for webdav working - uploads not yet. A ↵friendica2014-01-021-1/+1
| | | | | | | | lot of permissions stuff is in place so it's marginally (but probably not completely) permission controlled
* | some DAV tweaks before the next round of heavy liftingfriendica2014-01-021-5/+3
| |
* | fix attachment rendering for previewfriendica2014-01-011-0/+1
| |
* | return to working on red-dav; This is a bit of a slog at the moment and the ↵friendica2014-01-011-3/+21
| | | | | | | | basic framework isn't even close to working. This does break the working test we did have (which was never connected to the Red backend). Now we're starting to connect Red and DAV together intimately. There will probably be some twists and turns along the way as we get the information we need into all the class objects that need them. But the important part is that the RedDirectory and RedFile classes are loading without throwing white screens and from here we can use logging to figure out what the DAV front end is trying to do and what it is passing to the backend and hopefully figure out what it expects to do with the results. Unless you're a competent developer with a strong background in OOP and are helping develop this code, you should keep it an arm's length away from any production site and don't even think of enabling it. By default it is turned off.
* | expose profile things in the UIfriendica2013-12-302-1/+5
| |
* | basic edit and delete for thingsfriendica2013-12-301-8/+113
| |
* | group ACL control using tags (group must be "visible")friendica2013-12-291-29/+59
| |
* | handle exclusive tags and add to ACLfriendica2013-12-291-3/+5
| |
* | basic support for exclusion tags - we just need to use the results to tweak ↵friendica2013-12-291-89/+66
| | | | | | | | the ACL.
* | display_thing: it ain't much, but it's implemented.friendica2013-12-291-3/+13
| |
* | things can now have (consistent sized) photos - plus I found a couple of ↵friendica2013-12-281-6/+17
| | | | | | | | issues with duplicate notifications and contact photos not getting an album name (it was crossed with filename). The last one doesn't matter as neither is used, but it was wrong so it has been corrected. Oh and thing photos weren't working at all because the form element name was different than what the module was looking for. But that had never been tested as I was waiting to get the import/resize finished. Next up for that module is display and deletion of things; but the priority is pretty low.
* | sslify - remove the redirect fallback - as it gets called occasionally and ↵friendica2013-12-271-1/+4
| | | | | | | | creates mixed content exceptions. Let's see how we go without it. Also a doc update.
* | remove prettyphoto from core - this will affect the enhanced photo albums ↵friendica2013-12-261-14/+13
| | | | | | | | feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins.
* | don't include deleted folks in acl popupfriendica2013-12-251-10/+21
| |
* | mod_invite - don't generate errors for email addresses consisting of blank linesfriendica2013-12-251-0/+2
| |