summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-236-7/+90
* fix etag propagationBjoern Schiessle2014-04-233-46/+68
* update script, create Shared folder and adjust target path for the sharesBjoern Schiessle2014-04-232-61/+44
* allow to rename group share mount pointsBjoern Schiessle2014-04-232-7/+37
* cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-232-39/+43
* external storages: allow to mount a folder called "Shared", it is no longer a...Bjoern Schiessle2014-04-232-6/+3
* also fetch the etag from file cacheBjoern Schiessle2014-04-231-1/+2
* allow user to delete shared files/foldersBjoern Schiessle2014-04-231-1/+2
* make sure that path is not 'false'Bjoern Schiessle2014-04-232-6/+4
* fix deleting of shared filesBjoern Schiessle2014-04-231-0/+3
* fix updating of shared filesBjoern Schiessle2014-04-231-7/+3
* fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-237-67/+59
* fix target generation for group sharesBjoern Schiessle2014-04-231-10/+18
* fix share api testsBjoern Schiessle2014-04-2311-181/+91
* we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-2310-166/+8
* don't overwrite shared folder iconBjoern Schiessle2014-04-231-2/+1
* show "shared by ..." for share mount pointBjoern Schiessle2014-04-232-1/+14
* generate unique target nameBjoern Schiessle2014-04-231-15/+29
* add api to get shares from a specific userBjoern Schiessle2014-04-232-0/+32
* fix getMimeType call, we always need to check the source pathBjoern Schiessle2014-04-231-3/+0
* user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-233-11/+129
* allow to remove and change mount pointsBjoern Schiessle2014-04-232-0/+14
* no exception for the root of the mount point (formerly Shared/), just get the...Bjoern Schiessle2014-04-232-26/+1
* make sure that we have the right permissions for the mount pointsBjoern Schiessle2014-04-231-1/+3
* first steps to remove the shared folder:Bjoern Schiessle2014-04-233-73/+106
* add some action itemsBjoern Schiessle2014-04-231-4/+4
* Merge pull request #8009 from owncloud/feature/add-sharing-targetJoas Schilling2014-04-232-14/+56
|\
| * Do not query when the list is emptyJoas Schilling2014-04-091-14/+16
| * Add option to getUsersSharingFile() to get the paths for the shared usersJoas Schilling2014-04-092-14/+54
* | Merge pull request #7617 from nishiki/cache_userThomas Müller2014-04-231-43/+60
|\ \
| * | remove cache all useradrien2014-03-211-70/+22
| * | fix remove cache when deleteadrien2014-03-111-6/+3
| * | remove static variable, add limit and offsetadrien2014-03-111-29/+51
| * | fix cache when remove an useradrien2014-03-101-1/+8
| * | fix undifined uidnishiki2014-03-091-1/+2
| * | add query result (boolean) for update or deletenishiki2014-03-091-9/+6
| * | minor clean codenishiki2014-03-091-1/+1
| * | fix undefined in loadUsersadrien2014-03-071-8/+10
| * | update the cache when add useradrien2014-03-061-13/+16
| * | upgrade the cache useradrien2014-03-061-14/+38
| * | add cache for single usersadrien2014-03-061-33/+45
* | | Merge pull request #8164 from owncloud/fix-6651blizzz2014-04-233-79/+122
|\ \ \
| * | | fixing some JSHint warningsThomas Müller2014-04-232-17/+18
| * | | Give hint when composing filter failedArthur Schiwon2014-04-111-1/+2
| * | | fix comparison in determineMode, fixes problems with restoring the filter mod...Arthur Schiwon2014-04-111-1/+4
| * | | Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651Arthur Schiwon2014-04-113-74/+112
| |\ \ \
| | * | | Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation.ben-denham2014-03-141-3/+3
| | * | | Moved LdapFilter into a separate js file in user_ldap.ben-denham2014-03-073-102/+96
| | * | | Added improved version of patch by @blizzz in https://github.com/owncloud/cor...ben-denham2014-03-071-74/+118
* | | | | Merge pull request #8213 from cbojar/masterThomas Müller2014-04-231-25/+19
|\ \ \ \ \