aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix settings testsJulius Härtl2018-05-034-55/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove border from personal settingsJulius Härtl2018-05-031-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Dump autoloaderJulius Härtl2018-05-032-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Cleanup and fix testsJulius Härtl2018-05-034-77/+19
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Readd space in app store viewJulius Härtl2018-05-031-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Increase space of settings headersJulius Härtl2018-05-031-8/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Increase visibility of the warning colorJulius Härtl2018-05-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move documentation link in relation to the headingJulius Härtl2018-05-033-5/+19
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not hide additional settings if there are only legacy formsJulius Härtl2018-05-032-2/+2
| | | | 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>
* Add separator between settings sectionsJulius Härtl2018-05-031-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make mail settings form width equalJulius Härtl2018-05-032-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix styling of system check listJulius Härtl2018-05-031-3/+7
| | | | 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>
* Move files settings to main server settingsJulius Härtl2018-05-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move dav settings to main server settingsJulius Härtl2018-05-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add overview settings sectionJulius Härtl2018-05-035-139/+342
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.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>
| * | Throttle requests to unknown tokensRoeland Jago Douma2018-04-263-5/+28
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add backgroundjob to cleanup expired direct linksRoeland Jago Douma2018-04-265-2/+74
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Check if a direct link is expiredRoeland Jago Douma2018-04-262-21/+31
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add directDownload support of storageRoeland Jago Douma2018-04-262-12/+16
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | No listingRoeland Jago Douma2018-04-261-12/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Dav endpoint returns proper dataRoeland Jago Douma2018-04-265-15/+90
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Request a direct linkRoeland Jago Douma2018-04-262-5/+53
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | First step of DAV endpointRoeland Jago Douma2018-04-2610-1/+373
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add DB mappingRoeland Jago Douma2018-04-262-0/+93
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add directdownload tableRoeland Jago Douma2018-04-262-1/+81
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9202 from nextcloud/feature/1332/trashbin_davRoeland Jago Douma2018-05-0114-1/+923
|\ \ \ | | | | | | | | Trashbin endpoint in DAV