summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [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 others
| * Do not send a body for "No content", "Not modified" and othersJoas Schilling2018-05-041-3/+55
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-05-0912-0/+16
| |
* | Expose isCLI to DIRoeland Jago Douma2018-05-081-0/+3
| | | | | | | | | | | | | | | | This allows apps/backgroundjobs to find out if they are run from the CLI or not. Some apps/backgroundjobs might do more if they are not at risk of timing out. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9397 from nextcloud/log-fileinfo-not-foundMorris Jobke2018-05-071-0/+1
|\ \ | | | | | | Debug log file not found when getting fileinfo
| * | Debug log file not found when getting fileinfoRobin Appelman2018-05-041-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9388 from nextcloud/log-lock-state-on-conflictMorris Jobke2018-05-073-10/+23
|\ \ \ | | | | | | | | Log lock state on conflict
| * | | always log locking errorsRobin Appelman2018-05-041-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Log more info about locking conflicts for memcache locking backendsRobin Appelman2018-05-042-7/+22
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9029 from nextcloud/settings-restructureMorris Jobke2018-05-076-68/+171
|\ \ \ \ | | | | | | | | | | Restructure server settings
| * | | | Dump autoloaderJulius Härtl2018-05-032-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Cleanup and fix testsJulius Härtl2018-05-032-61/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Do not hide additional settings if there are only legacy formsJulius Härtl2018-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Move additional settings to main server settingsJulius Härtl2018-05-032-7/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Make mail settings form width equalJulius Härtl2018-05-031-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Update autoloaderJulius Härtl2018-05-032-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add overview settings sectionJulius Härtl2018-05-033-4/+169
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #9372 from nextcloud/bugfix/4577Morris Jobke2018-05-071-0/+8
|\ \ \ \ \ | | | | | | | | | | | | Do not allow folder creation with quota of 0
| * | | | | Do not allow folder creation with quota of 0Roeland Jago Douma2018-05-031-0/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4577 Users with a quota of 0 are a special case. Since they can't (ever) create files on their own storage. Therefor it makes no real that they can create folders (and possible share those etc). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9371 from nextcloud/bugfix/7444Morris Jobke2018-05-071-7/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | Cache is not part of the quota
| * | | | Cache is not part of the quotaRoeland Jago Douma2018-05-021-7/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7444 Since the quota is calculated on the files. We should allow apps etc to store temp stuff in the <user>/cache Else users can't upload avatars for example. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #9387 from nextcloud/getcachentry-lockMorris Jobke2018-05-041-3/+1
|\ \ \ \ | | | | | | | | | | remove unneeded locks in getCacheEntry
| * | | | remove unneeded locks in getCacheEntryRobin Appelman2018-05-041-3/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9364 from nextcloud/log-invalid-storageMorris Jobke2018-05-041-0/+3
|\ \ \ \ | | | | | | | | | | Log mount and storage issues in getFileInfo
| * | | | Log mount and storage issues in getFileInfoRobin Appelman2018-05-021-0/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9290 from nextcloud/streams-0.6.1Morris Jobke2018-05-031-3/+3
|\ \ \ \ | | | | | | | | | | Use better way to determine stream type in stream wrapper
| * | | | Use better way to determine stream type in encryption stream wrapperRobin Appelman2018-05-011-3/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9373 from nextcloud/bugfix/8929/actual_fetch_versionMorris Jobke2018-05-031-1/+1
|\ \ \ \ | | | | | | | | | | Get correct version of an app
| * | | | Get correct version of an appRoeland Jago Douma2018-05-031-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to #8929 We should get the version of the app. Not of the appfolder. Else there is no way to properly compare the versions. Now note that installing in 1 go will still fail. But at least on the next page load the new version will be properly detected. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | | Issue #9318: catch exceptions in SCSSCacher::resetCache()Roland Tapken2018-05-021-1/+5
|/ / / | | | | | | | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfileMorris Jobke2018-05-0214-112/+384
|\ \ \ | |_|/ |/| | option for a seperate audit log file
| * | use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-263-28/+20
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-264-16/+83
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add missing php doc and type hintsArthur Schiwon2018-04-262-4/+17
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | improve Syslog a littleArthur Schiwon2018-04-261-3/+6
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon2018-04-263-10/+15
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | move IFileBased to public namespace, logreader needs itArthur Schiwon2018-04-265-4/+5
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-2611-35/+135
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | destaticfy Log classesArthur Schiwon2018-04-2610-85/+176
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #9310 from ↵Roeland Jago Douma2018-05-021-1/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-inject-collaboration-search-result Allow to inject ISearchResult
| * | | Allow to inject ISearchResultJoas Schilling2018-04-261-1/+4
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | / Make it possible to make external storages read onlyRoeland Jago Douma2018-05-011-0/+17
| |/ |/| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9321 from ↵Morris Jobke2018-04-271-1/+5
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/return_root_folder_when_at_root Actually return the root folder when traversing up the tree
| * | Actually return the root folder when traversing up the treeRoeland Jago Douma2018-04-261-1/+5
| |/ | | | | | | | | | | | | | | If you now keep calling $node->getParent() you will at some point get the RootFolder back. This is a nice termination check and will prevent endless loops if an exit condition is slightly off. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9322 from nextcloud/bugfix/noid/swift_token_cacheMorris Jobke2018-04-271-3/+3
|\ \ | | | | | | Better swift V3 token handling
| * | generateTokenFromCache is only valid for V3Roeland Jago Douma2018-04-261-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | json_decode an associative array for the swift cached tokenRoeland Jago Douma2018-04-261-1/+1
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2018-04-272-2/+2
|/
* move log constants to ILoggerArthur Schiwon2018-04-2642-157/+230
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>