aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* filestorage re-org and cleanupfriendica2014-01-063-8/+16
|
* special handling for directoriesfriendica2014-01-062-3/+3
|
* prepare for OS file storage, and add bbcode attachment link to ↵friendica2014-01-065-11/+29
| | | | 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-063-6/+10
| | | | 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-063-1/+106
|
* add potentially recursive set permissions function for file storagefriendica2014-01-061-1/+41
|
* reddav: improve and cleanup permission checksfriendica2014-01-061-76/+62
|
* cleanup mod/filestorage before embarking on further changes to itfriendica2014-01-061-42/+45
|
* fix photos/upload album selectorfriendica2014-01-061-2/+11
|
* version updatefriendica2014-01-061-4/+1
|
* Merge branch 'master' into movejsfriendica2014-01-0618-3008/+3288
|\ | | | | | | | | Conflicts: version.inc
| * whitespacefriendica2014-01-062-7/+1
| |
| * implement storage size limitsfriendica2014-01-051-8/+59
| |
| * disable web browser post inputs if no storage write permissionfriendica2014-01-052-78/+95
| |
| * make directory hierarchy workfriendica2014-01-051-4/+11
| |
| * more syntaxfriendica2014-01-051-1/+1
| |
| * typosfriendica2014-01-051-4/+4
| |
| * set channel default permissions on file creationfriendica2014-01-051-3/+9
| |
| * reddav: bring permissions up to date with recent code changesfriendica2014-01-051-3/+9
| |
| * dav uploading actually works - there's just an issue with the AnyClient ↵friendica2014-01-051-2/+2
| | | | | | | | running through a proxy. There are probably still some issues with tree structure, but you should be able to use your personal cloud in your top level storage directory now.
| * likes to comments getting indented an extra 50pxfriendica2014-01-051-5/+0
| |
| * some dav cleanupfriendica2014-01-051-6/+7
| |
| * reddav - basic mkdir support - needs more work to be robustfriendica2014-01-053-11/+115
| |
| * typo in import_directory_profilefriendica2014-01-051-1/+1
| |
| * the web browser interface for DAV has now got zotfriendica2014-01-052-2/+24
| |
| * make plink href visiblefriendica2014-01-041-2/+2
| |
| * Merge https://github.com/friendica/red into zpullfriendica2014-01-042-2863/+2909
| |\
| | * Merge pull request #255 from tuscanhobbit/masterPaolo T2014-01-042-2863/+2909
| | |\ | | | | | | | | Updated Italian translation
| | | * Updated Italian translationtuscanhobbit2014-01-042-2863/+2909
| | | |
| * | | a few fixes to webpage editingfriendica2014-01-045-30/+57
| |/ /
* / / move js files from corefriendica2014-01-0417-14/+15
|/ /
* | Merge https://github.com/friendica/red into zpullfriendica2014-01-034-7/+9
|\ \
| * \ Merge pull request #254 from cvogeley/mastercvogeley2014-01-034-7/+9
| |\ \ | | | | | | | | 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-013-6/+7
| | | |
| | * | 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
| | | |
* | | | fix mimetype detection fallbackfriendica2014-01-031-10/+5
|/ / /
* | | more dav workfriendica2014-01-035-87/+170
| | |
* | | doc updatesfriendica2014-01-0382-269/+704
| | |
* | | basic browsing and file retrieval for webdav working - uploads not yet. A ↵friendica2014-01-022-60/+127
| | | | | | | | | | | | 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-023-73/+197
| | |
* | | 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-013-18/+124
| | | | | | | | | | | | 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.
* | | Shorten the to-do list some more.friendica2013-12-301-2/+0
| | |
* | | auto-crop imported photos for things and xchans. This results in undistorted ↵friendica2013-12-301-1/+21
| | | | | | | | | | | | images but may result in cropping important parts of the picture. Still this will work well for 95 out of 100 cases. If the width exceeds the height by greater than 1.2 we will remove an equal margin from either side of the photo leaving the center intact. If the height exceeds the width we will chop off the bottom to make it square. This is good for most single person photographs, unless the object of interest is off-center horizontally in a wide photo - or one is trying to emphasize aspects of human anatomy which may be at the bottom of a tall photo.
* | | for once the to-do list is actually shrinking.friendica2013-12-301-3/+1
| | |
* | | expose profile things in the UIfriendica2013-12-305-11/+19
| | |
* | | basic edit and delete for thingsfriendica2013-12-306-11/+159
| | |
* | | group ACL control using tags (group must be "visible")friendica2013-12-291-29/+59
| | |