aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-05-0612-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-05-0520-4/+38
|
* 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>
* | [tx-robot] updated from transifexNextcloud bot2018-05-04126-214/+228
| |
* | Merge pull request #9290 from nextcloud/streams-0.6.1Morris Jobke2018-05-032-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>
| * | update icewind/streams to 0.6.1Robin Appelman2018-05-011-0/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9340 from gboudreau/dev/chrome-devconsole-sourcemap-warningsMorris Jobke2018-05-032-4/+7
|\ \ \ | | | | | | | | Resolves warnings in Chrome Dev Console
| * | | Resolves warnings in Chrome Dev Console:Guillaume Boudreau2018-04-292-4/+7
| | | | | | | | | | | | | | | | "DevTools failed to parse SourceMap: .../core/vendor/..."
* | | | Merge pull request #9353 from nextcloud/feature/4724/versions_davMorris Jobke2018-05-0310-1/+570
|\ \ \ \ | | | | | | | | | | Add versions DAV endpoint
| * | | | Allow to read get old versionsRoeland Jago Douma2018-05-012-4/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add rollbackRoeland Jago Douma2018-05-016-0/+105
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add version collection to DAVRoeland Jago Douma2018-05-019-1/+449
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | listed as versions/<username>/versions/<file id>/<timastamp> Signed-off-by: Roeland Jago Douma <roeland@famdouma.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>
* | | | | Merge pull request #9355 from nextcloud/dav-upload-lockMorris Jobke2018-05-031-1/+10
|\ \ \ \ \ | | | | | | | | | | | | only allow a single concurrent dav write to a file
| * | | | | only allow a single concurrent dav write to a fileRobin Appelman2018-04-261-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #9332 from nextcloud/personal-settings-fixesMorris Jobke2018-05-037-74/+55
|\ \ \ \ \ \ | | | | | | | | | | | | | | Small improvements for personal settings
| * | | | | | Only show used amount for unlimited quota usersMorris Jobke2018-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Move quota icon to coreJulius Härtl2018-05-033-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Translate details textJulius Härtl2018-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Move quota bar to info section and make it a bit simplerJulius Härtl2018-05-034-66/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Personal settings: Fix visibility alignment and avatar description textJulius Härtl2018-05-031-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #9352 from ↵Morris Jobke2018-05-031-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/9318_SCSSCacher_resetCache_catch_exception Issue #9318: catch exceptions in SCSSCacher::resetCache()
| * | | | | | Issue #9318: catch exceptions in SCSSCacher::resetCache()Roland Tapken2018-05-021-1/+5
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* / | | | | [tx-robot] updated from transifexNextcloud bot2018-05-0318-0/+20
|/ / / / /
* | | | | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfileMorris Jobke2018-05-0224-194/+683
|\ \ \ \ \ | | | | | | | | | | | | option for a seperate audit log file
| * | | | | use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-266-55/+41
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-2610-18/+144
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | fix dav testArthur Schiwon2018-04-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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-264-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | 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-2615-83/+198
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | destaticfy Log classesArthur Schiwon2018-04-2615-117/+356
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke2018-05-023-17/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use an actual function of the storage to determine needsPartFile
| * | | | | | Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-013-17/+12
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | 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>
* | | | | | Merge pull request #8564 from nextcloud/files_external_read_onlyMorris Jobke2018-05-017-7/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Make it possible to make external storages read only
| * | | | | Fix testsRoeland Jago Douma2018-05-012-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | External mount does not get DELETE and UPDATE if readonlyRoeland Jago Douma2018-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Make it possible to make external storages read onlyRoeland Jago Douma2018-05-014-3/+30
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9178 from nextcloud/feature/9142/directdownloadMorris Jobke2018-05-0118-2/+1239
|\ \ \ \ \ | | | | | | | | | | | | Add directdownload endpoint
| * | | | | Improve the directContollerRoeland Jago Douma2018-04-262-15/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tests * No directdownload from storage yet (as it is not tested at all) * No direct links for folders Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Add tests for DirectFile and DirectHomeRoeland Jago Douma2018-04-263-1/+315
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>