summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Add getOwner to FileInfoRobin Appelman2015-11-103-7/+36
* Merge pull request #20373 from owncloud/use-random-int-if-it-existsThomas Müller2015-11-101-3/+16
|\
| * Use native CSPRNG if availableLukas Reschke2015-11-091-3/+16
* | Merge pull request #16604 from owncloud/cache-escape-likeRobin Appelman2015-11-105-62/+92
|\ \
| * | escape like parameter for move queriesRobin Appelman2015-11-051-1/+1
| * | Add escapeLikeParameter to IDBConnectionRobin Appelman2015-11-052-0/+19
| * | define escape character for like statements on oracleRobin Appelman2015-11-051-0/+1
| * | define escape character for like statements on sqliteRobin Appelman2015-11-051-0/+1
| * | move from OC_DB to IDBConnectionRobin Appelman2015-11-051-62/+71
* | | Merge pull request #20390 from owncloud/appcheckcode-no-duplicate-requirementThomas Müller2015-11-101-0/+15
|\ \ \
| * | | Do not allow two different version requirementsJoas Schilling2015-11-091-0/+15
| | |/ | |/|
* / | Fix Error message when sharing outside of groupRoeland Jago Douma2015-11-091-2/+2
|/ /
* | Merge pull request #20348 from owncloud/issue-20303-integer-group-namesThomas Müller2015-11-061-1/+3
|\ \
| * | Make sure that group names are strings not integersJoas Schilling2015-11-061-1/+3
* | | Merge pull request #20288 from owncloud/fix_20234Thomas Müller2015-11-061-1/+13
|\ \ \ | |/ / |/| |
| * | make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-1/+13
* | | Add unshare hooksRoeland Jago Douma2015-11-053-2/+59
* | | The new sharing code now handles deletionRoeland Jago Douma2015-11-057-103/+532
* | | Initial setup of shareing 2.0 sharemanager and shareRoeland Jago Douma2015-11-053-0/+623
* | | subadmin methods should not return any null user or groupArthur Schiwon2015-11-051-6/+16
| |/ |/|
* | Merge pull request #20053 from owncloud/getfileinfo-lockingThomas Müller2015-11-042-39/+62
|\ \
| * | mark path as checkedRobin Appelman2015-11-041-0/+1
| * | when a file is locked use old cache dataRobin Appelman2015-11-041-29/+37
| * | fix whitespaceRobin Appelman2015-11-041-2/+2
| * | only lock in getDirectoryContent if we need to update the cacheRobin Appelman2015-11-031-21/+17
| * | only lock in getFileInfo if we need to update the cacheRobin Appelman2015-11-031-18/+16
| * | Split checkUpdateRobin Appelman2015-11-031-19/+39
| |/
* | Merge pull request #18361 from owncloud/sharing_performance_improvementsThomas Müller2015-11-042-5/+27
|\ \
| * | cache result from parent foldersBjoern Schiessle2015-11-042-5/+27
| |/
* | Merge pull request #18821 from owncloud/global-classesThomas Müller2015-11-041-0/+1
|\ \ | |/ |/|
| * Global Classes for Core.Raghu Nayyar2015-11-021-0/+1
* | Add a new core capability which tells the clients which url to useThomas Müller2015-11-031-1/+2
* | Merge pull request #20196 from owncloud/use-actual-mimetype-detection-instead...Thomas Müller2015-11-021-9/+9
|\ \ | |/ |/|
| * Use actual mimetype detection instead of extensionLukas Reschke2015-10-311-9/+9
* | Merge pull request #20189 from owncloud/use-get-http-protocolThomas Müller2015-11-023-6/+6
|\ \
| * | Use getHttpProtocol instead of $_SERVERLukas Reschke2015-10-303-6/+6
| |/
* / Add support for Redis password authLukas Reschke2015-10-301-0/+3
|/
* Add warning for broken l10n json filesMorris Jobke2015-10-301-0/+2
* Merge pull request #20135 from owncloud/check-if-null-subadminThomas Müller2015-10-297-212/+57
|\
| * Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-297-212/+57
* | Merge pull request #20060 from owncloud/cache-move-final-update-transactionRobin Appelman2015-10-291-2/+6
|\ \
| * | include the final update in the transaction when moving a folder in the cacheRobin Appelman2015-10-291-2/+6
* | | Merge pull request #19592 from owncloud/availability-root-always-existsThomas Müller2015-10-291-0/+3
|\ \ \ | |/ / |/| |
| * | The root of a storage always existsRobin Appelman2015-10-291-0/+3
| |/
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrenameThomas Müller2015-10-292-1/+23
|\ \
| * | Also adjust storage_mtime of target after renameVincent Petry2015-10-262-1/+23
* | | Merge pull request #11509 from owncloud/internal_email_templateThomas Müller2015-10-291-5/+5
|\ \ \
| * | | Allow separate templates for internal and external share notificationsStephen Colebrook2015-10-291-5/+5
| | |/ | |/|
* / | Add a repair step that checks for group membership on sharesJoas Schilling2015-10-291-0/+13
|/ /
* | Merge pull request #19182 from cweiske/support-bzip2Thomas Müller2015-10-282-2/+2
|\ \