aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Collapse)AuthorAgeFilesLines
* change photo permissions when attach permissions are changed through ↵redmatrix2015-09-181-1/+11
| | | | mod/filestorage, and fix lockview for photos.
* make js_upload work with hubzilla. It still needs a rewrite.redmatrix2015-09-051-10/+34
|
* change attach_store to allow a predefined item to accompany a photoredmatrix2015-08-261-0/+2
|
* lots of stuff that was needed for successful photo import from redredmatrix2015-08-241-11/+66
|
* attach_store needs a lot of documenting to understand what's going on and ↵redmatrix2015-08-131-0/+23
| | | | how it got to be this way. Here's the bird's eye view.
* more file permissions inheritance workredmatrix2015-08-061-4/+11
|
* photo permission inheritance. We want to use the folder permissions unless ↵redmatrix2015-08-061-1/+13
| | | | specific permissions have been set to over-ride them. If nothing is set, use the channel default. We may have to mess with his further in the case of somebody trying to create a public photo directory when their normal permissions are set to private. Kind of a chicken/egg problem because the folder permissions will be empty.
* minor - add all the newly supported table columnsredmatrix2015-07-301-2/+2
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-301-25/+22
|\ | | | | | | | | | | several dav fixes Conflicts: include/items.php
* | some photo/attach permissions issuesredmatrix2015-07-181-12/+22
| |
* | localise event calendarredmatrix2015-06-251-54/+70
| |
* | more work on photos, including os_storage for the size '0' photo and ↵redmatrix2015-06-231-8/+37
| | | | | | | | numbering duplicate filenames
* | all file attachments are now stored natively, still have photos-0 to store ↵redmatrix2015-06-181-11/+68
| | | | | | | | natively
* | more photos workredmatrix2015-06-171-1/+1
| |
* | lots of work on merging photo and file albums/foldersredmatrix2015-06-171-20/+40
| |
* | attach_mkdirp - implement force option to return success if dir existsredmatrix2015-06-171-2/+9
| |
* | recursive mkdir (ala mkdir -p) for file and photo storageredmatrix2015-06-161-1/+90
| |
* | start work on photo directoriesredmatrix2015-06-161-2/+30
| |
* | remove file/attachments when their associated photos are removedredmatrix2015-06-161-2/+3
| |
* | move profile photos to new methodsredmatrix2015-06-151-1/+7
| |
* | fix attachment permissions when they also contain an image.redmatrix2015-06-151-0/+2
| |
* | photo upload: pass in the contact_allow and resource_id via include/attach.phpredmatrix2015-06-151-2/+6
| |
* | first cut at merging files and photos, not yet well integrated but they are ↵redmatrix2015-06-141-4/+10
| | | | | | | | integrated
* | isolate the os_storage flagredmatrix2015-06-131-17/+23
| |
* | start on the DAV/photos mergerredmatrix2015-06-111-12/+30
| |
* | Merge branch 'master' into tresredmatrix2015-05-171-32/+39
|\ \
| * | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-171-32/+39
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/bb2diaspora.php include/diaspora.php include/enotify.php mod/admin.php mod/cloud.php mod/dav.php mod/home.php mod/invite.php mod/like.php mod/mitem.php mod/p.php mod/pubsites.php mod/setup.php mod/siteinfo.php util/messages.po
| | * Add some more documentation to attach_store()Klaus Weidenbach2015-05-171-32/+39
| | |
| * | convert ITEM_WALL from bitfield to standaloneredmatrix2015-05-061-1/+2
| |/
* | Merge branch 'master' into tresfriendica2015-04-231-96/+162
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * make dropItem more universal and move delete up in the dropdown menuMario Vavti2015-04-121-1/+1
| |
| * make fs deletion of directories workMario Vavti2015-04-121-2/+2
| |
| * reverse file activity logicMario Vavti2015-04-121-2/+2
| |
| * Merge https://github.com/friendica/red into pending_mergefriendica2015-03-291-61/+55
| |\
| | * Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-61/+55
| | | | | | | | | | | | | | | | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
| * | fix os_mkdirfriendica2015-03-291-1/+1
| |/
| * we only need item mid. some documentation.Mario Vavti2015-03-241-1/+35
| |
| * do not override item_private here anymoreMario Vavti2015-03-221-1/+1
| |
| * Bugfix und variable initialization.Klaus Weidenbach2015-03-211-23/+38
| | | | | | | | | | Fixed a wrong perm_is_allowed() parameter, commented some other places where we use variables that are not set and should not work.
| * some cleanupMario Vavti2015-03-201-13/+8
| |
| * possible improvement regarding deletionMario Vavti2015-03-201-29/+42
| |
| * do not send activity to channels with no permission to view filestoragemarijus2015-02-181-2/+21
| |
| * item_unseen updatemarijus2015-02-131-0/+1
| |
| * provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵friendica2015-02-121-1/+3
| | | | | | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
| * issue #843friendica2015-02-111-2/+2
| |
| * improve sql querymarijus2015-02-091-6/+1
| |
* | Merge branch 'master' into tresfriendica2015-02-051-1/+150
|\| | | | | | | | | | | Conflicts: view/css/mod_events.css view/theme/redbasic/css/style.css
| * typomarijus2015-02-051-1/+1
| |
| * forgot to remove some debug stuffmarijus2015-02-051-2/+0
| |
| * make file activity respect parent dir permissions workmarijus2015-02-051-22/+66
| |