summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-0/+114
* Merge pull request #7935 from owncloud/getpath-sharedVincent Petry2014-04-011-8/+50
|\
| * Improve phpdocRobin Appelman2014-03-311-0/+7
| * Implement getPath for shared filesRobin Appelman2014-03-281-8/+43
* | Merge pull request #7293 from owncloud/update-shares-postgresVincent Petry2014-04-011-0/+15
|\ \ | |/ |/|
| * remove invalid shares with one SQL statementMorris Jobke2014-03-131-12/+5
| * Refactor update script to class and add unit testMorris Jobke2014-03-131-0/+22
* | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-251-1/+2
|\ \
| * \ Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-113-7/+12
| |\ \
| * | | Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-281-1/+2
* | | | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-131-4/+24
| |_|/ |/| |
* | | add 'received_from' info to the share, so that every share can have a differe...Bjoern Schiessle2014-03-111-2/+4
| |/ |/|
* | we need the file_source to delete a share successfullyBjoern Schiessle2014-03-101-7/+6
* | Merge branch 'master' into display-share-owner-masterThomas Müller2014-02-282-14/+10
|\|
| * only add "received_from" if a share was foundBjoern Schiessle2014-02-261-6/+6
| * fix usersPath and add unit testsBjoern Schiessle2014-02-211-8/+4
* | show share owner within shared folders as wellThomas Müller2014-02-201-0/+3
* | adding share owner information to the file listThomas Müller2014-02-201-0/+3
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-1/+2
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-3/+3
|\
| * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-3/+3
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-142-3/+21
|\|
| * replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-072-3/+21
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-063-0/+8
|/
* Fixed searchByMime in shared cacheVincent Petry2014-02-051-9/+30
* remove needless element tagBjoern Schiessle2014-01-301-2/+1
* public upload is also possible with encryption enabled, since OC6Bjoern Schiessle2014-01-281-10/+4
* use more accurate error codesBjoern Schiessle2014-01-281-5/+5
* add path relative to the files folder of the currently logged in user to the ...Bjoern Schiessle2014-01-221-6/+17
* Reuse the data retrieved from the cache in checkUpdateRobin Appelman2014-01-201-1/+1
* it is not an urgent error... a DEBUG message is enough at this pointBjoern Schiessle2014-01-141-1/+1
* don't unshare on deleteBjoern Schiessle2014-01-131-8/+0
* Removed special handling of part files in shared storage renameVincent Petry2014-01-081-21/+12
* Fixed sharing results to include the correct permissionsVincent Petry2013-12-091-1/+14
* get owner from share item, if we expire a share while the user updates his /S...Bjoern Schiessle2013-12-051-2/+6
* make sure that we don't try to access an already deleted files, fixes some fi...Bjoern Schiessle2013-11-281-7/+16
* Fixed sharing hook to not remove the share before the trashbinVincent Petry2013-11-271-1/+6
* Use View::copy and View::rename when copying or renaming files in the shared ...Robin Appelman2013-11-111-59/+47
* Added unit tests for shared files watcherVincent Petry2013-11-051-1/+9
* Removed unused methodVincent Petry2013-11-051-18/+0
* Fixed watcher to also update the owner's folder sizesVincent Petry2013-11-052-4/+37
* Merge pull request #5540 from owncloud/scanner-enhancments-masterThomas Müller2013-11-041-0/+4
|\
| * use ===Thomas Müller2013-11-041-1/+1
| * adding storage_mtime handling to SharedCacheThomas Müller2013-10-251-0/+4
* | Merge pull request #5626 from owncloud/fix_search_in_shared_filesJörn Friedrich Dreyer2013-10-301-38/+42
|\ \
| * | count correct array, then using 1000 as MAX_SQL_CHUNK_SIZE works as expectedJörn Friedrich Dreyer2013-10-301-38/+42
| |/
* / backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-7/+0
|/
* run first getUsersItemShared() with the ownerBjoern Schiessle2013-10-231-1/+1
* update etags for user we haven't checked yetBjoern Schiessle2013-10-231-1/+1
* keep a list of users we already checked to avoid loopsBjoern Schiessle2013-10-231-3/+3