aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix settings testsJulius Härtl2018-05-034-55/+6
* Remove border from personal settingsJulius Härtl2018-05-031-0/+5
* Dump autoloaderJulius Härtl2018-05-032-2/+2
* Cleanup and fix testsJulius Härtl2018-05-034-77/+19
* Readd space in app store viewJulius Härtl2018-05-031-0/+5
* Increase space of settings headersJulius Härtl2018-05-031-8/+7
* Increase visibility of the warning colorJulius Härtl2018-05-031-1/+1
* Move documentation link in relation to the headingJulius Härtl2018-05-033-5/+19
* Do not hide additional settings if there are only legacy formsJulius Härtl2018-05-032-2/+2
* Move additional settings to main server settingsJulius Härtl2018-05-032-7/+4
* Add separator between settings sectionsJulius Härtl2018-05-031-0/+4
* Make mail settings form width equalJulius Härtl2018-05-032-1/+2
* Fix styling of system check listJulius Härtl2018-05-031-3/+7
* Update autoloaderJulius Härtl2018-05-032-0/+2
* Move files settings to main server settingsJulius Härtl2018-05-031-1/+1
* Move dav settings to main server settingsJulius Härtl2018-05-031-1/+1
* Add overview settings sectionJulius Härtl2018-05-035-139/+342
* [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
|\
| * use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-266-55/+41
| * log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-2610-18/+144
| * fix dav testArthur Schiwon2018-04-261-1/+2
| * add missing php doc and type hintsArthur Schiwon2018-04-262-4/+17
| * improve Syslog a littleArthur Schiwon2018-04-261-3/+6
| * revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon2018-04-264-12/+17
| * move IFileBased to public namespace, logreader needs itArthur Schiwon2018-04-265-4/+5
| * offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-2615-83/+198
| * destaticfy Log classesArthur Schiwon2018-04-2615-117/+356
* | 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 needsPartFileRoeland Jago Douma2018-05-013-17/+12
* | | Merge pull request #9310 from nextcloud/bugfix/noid/allow-to-inject-collabora...Roeland Jago Douma2018-05-021-1/+4
|\ \ \
| * | | Allow to inject ISearchResultJoas Schilling2018-04-261-1/+4
| | |/ | |/|
* | | Merge pull request #8564 from nextcloud/files_external_read_onlyMorris Jobke2018-05-017-7/+37
|\ \ \ | |_|/ |/| |
| * | Fix testsRoeland Jago Douma2018-05-012-3/+6
| * | External mount does not get DELETE and UPDATE if readonlyRoeland Jago Douma2018-05-011-1/+1
| * | Make it possible to make external storages read onlyRoeland Jago Douma2018-05-014-3/+30
|/ /
* | Merge pull request #9178 from nextcloud/feature/9142/directdownloadMorris Jobke2018-05-0118-2/+1239
|\ \
| * | Improve the directContollerRoeland Jago Douma2018-04-262-15/+169
| * | Add tests for DirectFile and DirectHomeRoeland Jago Douma2018-04-263-1/+315
| * | Throttle requests to unknown tokensRoeland Jago Douma2018-04-263-5/+28
| * | Add backgroundjob to cleanup expired direct linksRoeland Jago Douma2018-04-265-2/+74
| * | Check if a direct link is expiredRoeland Jago Douma2018-04-262-21/+31
| * | Add directDownload support of storageRoeland Jago Douma2018-04-262-12/+16
| * | No listingRoeland Jago Douma2018-04-261-12/+4
| * | Dav endpoint returns proper dataRoeland Jago Douma2018-04-265-15/+90
| * | Request a direct linkRoeland Jago Douma2018-04-262-5/+53
| * | First step of DAV endpointRoeland Jago Douma2018-04-2610-1/+373
| * | Add DB mappingRoeland Jago Douma2018-04-262-0/+93
| * | Add directdownload tableRoeland Jago Douma2018-04-262-1/+81
* | | Merge pull request #9202 from nextcloud/feature/1332/trashbin_davRoeland Jago Douma2018-05-0114-1/+923
|\ \ \