summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | The column is not user input so suppress the phan warningRoeland Jago Douma2018-05-141-0/+2
| * | | Move over TokenMapperRoeland Jago Douma2018-05-101-1/+2
| * | | Bump autoloaderRoeland Jago Douma2018-05-102-0/+2
| * | | Add a QueryBuilder MapperRoeland Jago Douma2018-05-102-1/+284
* | | | Merge pull request #9442 from nextcloud/feature/noid/use_composer_apcuRoeland Jago Douma2018-05-141-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Use APCu caching of composerRoeland Jago Douma2018-05-101-0/+2
| |/ /
* | | Move to joinRoeland Jago Douma2018-05-141-8/+8
* | | Kill the dete preview watcherRoeland Jago Douma2018-05-142-51/+4
* | | Add the jobRoeland Jago Douma2018-05-145-1/+57
* | | Add backgroundcleanup jobRoeland Jago Douma2018-05-141-0/+91
* | | Make Appdata staticRoeland Jago Douma2018-05-143-9/+16
* | | [tx-robot] updated from transifexNextcloud bot2018-05-142-0/+2
* | | [tx-robot] updated from transifexNextcloud bot2018-05-128-18/+88
* | | [tx-robot] updated from transifexNextcloud bot2018-05-114-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-05-104-26/+66
* | Merge pull request #9390 from nextcloud/bugfix/noid/no-body-for-no-contentblizzz2018-05-091-3/+55
|\ \
| * | Do not send a body for "No content", "Not modified" and othersJoas Schilling2018-05-041-3/+55
* | | [tx-robot] updated from transifexNextcloud bot2018-05-0912-0/+16
* | | Expose isCLI to DIRoeland Jago Douma2018-05-081-0/+3
* | | Merge pull request #9397 from nextcloud/log-fileinfo-not-foundMorris Jobke2018-05-071-0/+1
|\ \ \
| * | | Debug log file not found when getting fileinfoRobin Appelman2018-05-041-0/+1
| | |/ | |/|
* | | Merge pull request #9388 from nextcloud/log-lock-state-on-conflictMorris Jobke2018-05-073-10/+23
|\ \ \
| * | | always log locking errorsRobin Appelman2018-05-041-3/+1
| * | | Log more info about locking conflicts for memcache locking backendsRobin Appelman2018-05-042-7/+22
* | | | Merge pull request #9029 from nextcloud/settings-restructureMorris Jobke2018-05-076-68/+171
|\ \ \ \
| * | | | Dump autoloaderJulius Härtl2018-05-032-2/+2
| * | | | Cleanup and fix testsJulius Härtl2018-05-032-61/+0
| * | | | Do not hide additional settings if there are only legacy formsJulius Härtl2018-05-031-1/+1
| * | | | Move additional settings to main server settingsJulius Härtl2018-05-032-7/+4
| * | | | Make mail settings form width equalJulius Härtl2018-05-031-0/+0
| * | | | Update autoloaderJulius Härtl2018-05-032-0/+2
| * | | | Add overview settings sectionJulius Härtl2018-05-033-4/+169
* | | | | Merge pull request #9372 from nextcloud/bugfix/4577Morris Jobke2018-05-071-0/+8
|\ \ \ \ \
| * | | | | Do not allow folder creation with quota of 0Roeland Jago Douma2018-05-031-0/+8
| |/ / / /
* | | | | Merge pull request #9371 from nextcloud/bugfix/7444Morris Jobke2018-05-071-7/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Cache is not part of the quotaRoeland Jago Douma2018-05-021-7/+7
| |/ / /
* | | | Merge pull request #9387 from nextcloud/getcachentry-lockMorris Jobke2018-05-041-3/+1
|\ \ \ \
| * | | | remove unneeded locks in getCacheEntryRobin Appelman2018-05-041-3/+1
| | |/ / | |/| |
* | | | Merge pull request #9364 from nextcloud/log-invalid-storageMorris Jobke2018-05-041-0/+3
|\ \ \ \
| * | | | Log mount and storage issues in getFileInfoRobin Appelman2018-05-021-0/+3
| |/ / /
* | | | Merge pull request #9290 from nextcloud/streams-0.6.1Morris Jobke2018-05-031-3/+3
|\ \ \ \
| * | | | Use better way to determine stream type in encryption stream wrapperRobin Appelman2018-05-011-3/+3
| |/ / /
* | | | Merge pull request #9373 from nextcloud/bugfix/8929/actual_fetch_versionMorris Jobke2018-05-031-1/+1
|\ \ \ \
| * | | | Get correct version of an appRoeland Jago Douma2018-05-031-1/+1
| | |/ / | |/| |
* / | | Issue #9318: catch exceptions in SCSSCacher::resetCache()Roland Tapken2018-05-021-1/+5
|/ / /
* | | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfileMorris Jobke2018-05-0214-112/+384
|\ \ \ | |_|/ |/| |
| * | use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-263-28/+20
| * | log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-264-16/+83
| * | add missing php doc and type hintsArthur Schiwon2018-04-262-4/+17
| * | improve Syslog a littleArthur Schiwon2018-04-261-3/+6