summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* Improve phpdocRobin Appelman2014-04-031-0/+7
* Implement getPath for shared filesRobin Appelman2014-04-032-0/+76
* fix left-over from merge conflictBjoern Schiessle2014-03-131-4/+0
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-132-4/+131
* add 'received_from' info to the share, so that every share can have a differe...Bjoern Schiessle2014-03-111-2/+4
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-3/+261
* we need the file_source to delete a share successfullyBjoern Schiessle2014-03-102-7/+42
* only add "received_from" if a share was foundBjoern Schiessle2014-02-261-6/+6
* Merge pull request #7185 from owncloud/backport_6777_mobile_style_for_public_...Jan-Christoph Borchardt2014-02-205-140/+107
|\
| * unset box-shadow for mobile devices, unsupported in all but the latest mobile...Jörn Friedrich Dreyer2014-02-191-0/+4
| * fix undefined indexJörn Friedrich Dreyer2014-02-131-0/+2
| * add missing mobile.cssJörn Friedrich Dreyer2014-02-131-0/+49
| * initial backport of #6777 - mobile public pages - to stable5Jörn Friedrich Dreyer2014-02-134-140/+52
* | Merge pull request #6733 from owncloud/stable5-files-filenameescapingfixesLukas Reschke2014-02-202-4/+4
|\ \ | |/ |/|
| * Fixed various file name escaping issues in core appsVincent Petry2014-01-122-4/+4
* | remove needless element tagBjoern Schiessle2014-02-031-2/+1
* | use more accurate error codesBjoern Schiessle2014-01-281-5/+5
* | don't unshare on deleteBjoern Schiessle2014-01-131-8/+0
|/
* Merge pull request #5487 from owncloud/backport_search_in_shared_files_to_sta...Frank Karlitschek2013-10-301-14/+83
|\
| * fix placholder countingJörn Friedrich Dreyer2013-10-301-1/+1
| * cleanup PRJörn Friedrich Dreyer2013-10-291-37/+42
| * OC5 does not have executeAuditedJörn Friedrich Dreyer2013-10-231-2/+6
| * backport search in shared files to stable5Jörn Friedrich Dreyer2013-10-231-9/+69
* | Share Updater doesn't need to call the cache updaters correctFolder method, t...Bjoern Schiessle2013-10-281-7/+0
* | Merge branch 'stable5' into sharing_fix_infinite_loopBjoern Schiessle2013-10-234-0/+1156
|\|
| * mail_send doesn't exists in stable5Bjoern Schiessle2013-10-181-1/+1
| * ocs share api backport to stable5Bjoern Schiessle2013-10-184-0/+1156
* | run first getUsersItemShared() with the ownerBjoern Schiessle2013-10-181-1/+1
* | update etags for user we haven't checked yetBjoern Schiessle2013-10-181-1/+1
* | keep a list of users we already checked to avoid loopsBjoern Schiessle2013-10-181-3/+3
* | fix infinite loop while updating etags, fix for #4365Bjoern Schiessle2013-10-181-2/+4
|/
* Added isPublic flag in files_sharing templateVincent Petry2013-10-171-0/+1
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-171-5/+13
* OC_DB::executeAudited is not availabe in 5.0Victor Dubiniuk2013-10-081-1/+1
* fix escapingMorris Jobke2013-10-081-1/+1
* make sure that we only remove file/folder sharesBjoern Schiessle2013-10-082-3/+3
* catch exception if db query execution failsBjoern Schiessle2013-10-071-1/+5
* clean up oc_share table from files which are no longer existsBjoern Schiessle2013-10-072-7/+17
* add commentsBjoern Schiessle2013-10-071-0/+5
* remove deleted shares from the database table oc_shareBjoern Schiessle2013-10-071-0/+10
* Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-271-1/+5
|\
| * use dir to determine the proper permissionsThomas Müller2013-08-101-1/+1
| * in case the file is new isCreatable() is checkedThomas Müller2013-08-081-1/+5
* | Merge pull request #4454 from owncloud/fix_4446Kondou2013-08-172-1/+4
|\ \
| * | Use better wording.kondou2013-08-161-1/+1
| * | Add a "Wrong password." message, if the passwordkondou2013-08-162-1/+4
| |/
* / fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-151-2/+5
|/
* Squashed commit of the following:Thomas Müller2013-07-221-0/+4
* Merge pull request #3965 from dphi/fix_2846Thomas Müller2013-07-122-1/+31
|\
| * Implement getDirectoryPermissions() in Shared Permissions, fixes #2846Michael Gapczynski2013-07-062-1/+31