summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Make path for dummy fileinfo absoluteRobin Appelman2014-03-031-1/+1
| * | | | | | | | | | Fix FileInfo->getTypeRobin Appelman2014-03-032-3/+7
| * | | | | | | | | | Pass the filesystem view as argument in the sabredav connectors and use the f...Robin Appelman2014-02-257-270/+216
* | | | | | | | | | | fix paths of searchByMime results on substoragesRobin Appelman2014-04-251-2/+3
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-2517-3/+239
* | | | | | | | | | Merge pull request #8337 from owncloud/flv-to-mimesLukas Reschke2014-04-241-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add flv to known mimetypesVictor Dubiniuk2014-04-241-0/+1
* | | | | | | | | | | Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-249-58/+121
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | remove hard-coded shared folderBjoern Schiessle2014-04-231-1/+1
| * | | | | | | | | | always allow to rename the share mount pointBjoern Schiessle2014-04-231-1/+7
| * | | | | | | | | | make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-231-4/+4
| * | | | | | | | | | some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle2014-04-231-0/+1
| * | | | | | | | | | we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-232-1/+18
| * | | | | | | | | | allow to rename group share mount pointsBjoern Schiessle2014-04-231-0/+1
| * | | | | | | | | | allow user to delete shared files/foldersBjoern Schiessle2014-04-231-1/+2
| * | | | | | | | | | fix target generation for group sharesBjoern Schiessle2014-04-231-10/+18
| * | | | | | | | | | fix share api testsBjoern Schiessle2014-04-231-5/+1
| * | | | | | | | | | we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-233-26/+0
| * | | | | | | | | | add api to get shares from a specific userBjoern Schiessle2014-04-232-0/+32
| * | | | | | | | | | user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-231-8/+21
| * | | | | | | | | | allow to remove and change mount pointsBjoern Schiessle2014-04-232-0/+14
| * | | | | | | | | | add some action itemsBjoern Schiessle2014-04-231-4/+4
* | | | | | | | | | | add additional rows to the select statement, 'stime' is needed for the expire...Bjoern Schiessle2014-04-241-3/+3
* | | | | | | | | | | add setting to set default expire dateBjoern Schiessle2014-04-242-2/+62
* | | | | | | | | | | Merge pull request #8332 from owncloud/l10n-access-untrustedThomas Müller2014-04-242-5/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | This adds one more missing untranslated text from lib/shareVolkan Gezer2014-04-242-5/+7
* | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-242-7/+8
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #8324 from owncloud/expired-link-erroricewind19912014-04-231-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix error when viewing expired linkRobin Appelman2014-04-231-0/+3
* | | | | | | | | | | 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 #8068 from wakeup/fix-share.php-string-extractionThomas Müller2014-04-231-63/+89
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make lib/** share.php strings extractable for translationVolkan Gezer2014-04-221-63/+89
* | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-232-0/+16
* | | | | | | | | | | | | Merge pull request #8263 from LEDfan/add-key-to-contactsThomas Müller2014-04-221-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Change key to addressbook-keyTobia De Koninck2014-04-221-1/+1
| * | | | | | | | | | | | Add key to every contactLEDfan2014-04-181-1/+6