Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | The column is not user input so suppress the phan warning | Roeland Jago Douma | 2018-05-14 | 1 | -0/+2 | |
| * | | | Move over TokenMapper | Roeland Jago Douma | 2018-05-10 | 1 | -1/+2 | |
| * | | | Bump autoloader | Roeland Jago Douma | 2018-05-10 | 2 | -0/+2 | |
| * | | | Add a QueryBuilder Mapper | Roeland Jago Douma | 2018-05-10 | 2 | -1/+284 | |
* | | | | Merge pull request #9442 from nextcloud/feature/noid/use_composer_apcu | Roeland Jago Douma | 2018-05-14 | 1 | -0/+2 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Use APCu caching of composer | Roeland Jago Douma | 2018-05-10 | 1 | -0/+2 | |
| |/ / | ||||||
* | | | Move to join | Roeland Jago Douma | 2018-05-14 | 1 | -8/+8 | |
* | | | Kill the dete preview watcher | Roeland Jago Douma | 2018-05-14 | 2 | -51/+4 | |
* | | | Add the job | Roeland Jago Douma | 2018-05-14 | 5 | -1/+57 | |
* | | | Add backgroundcleanup job | Roeland Jago Douma | 2018-05-14 | 1 | -0/+91 | |
* | | | Make Appdata static | Roeland Jago Douma | 2018-05-14 | 3 | -9/+16 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-14 | 2 | -0/+2 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-12 | 8 | -18/+88 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-11 | 4 | -0/+4 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-10 | 4 | -26/+66 | |
* | | Merge pull request #9390 from nextcloud/bugfix/noid/no-body-for-no-content | blizzz | 2018-05-09 | 1 | -3/+55 | |
|\ \ | ||||||
| * | | Do not send a body for "No content", "Not modified" and others | Joas Schilling | 2018-05-04 | 1 | -3/+55 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-09 | 12 | -0/+16 | |
* | | | Expose isCLI to DI | Roeland Jago Douma | 2018-05-08 | 1 | -0/+3 | |
* | | | Merge pull request #9397 from nextcloud/log-fileinfo-not-found | Morris Jobke | 2018-05-07 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Debug log file not found when getting fileinfo | Robin Appelman | 2018-05-04 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #9388 from nextcloud/log-lock-state-on-conflict | Morris Jobke | 2018-05-07 | 3 | -10/+23 | |
|\ \ \ | ||||||
| * | | | always log locking errors | Robin Appelman | 2018-05-04 | 1 | -3/+1 | |
| * | | | Log more info about locking conflicts for memcache locking backends | Robin Appelman | 2018-05-04 | 2 | -7/+22 | |
* | | | | Merge pull request #9029 from nextcloud/settings-restructure | Morris Jobke | 2018-05-07 | 6 | -68/+171 | |
|\ \ \ \ | ||||||
| * | | | | Dump autoloader | Julius Härtl | 2018-05-03 | 2 | -2/+2 | |
| * | | | | Cleanup and fix tests | Julius Härtl | 2018-05-03 | 2 | -61/+0 | |
| * | | | | Do not hide additional settings if there are only legacy forms | Julius Härtl | 2018-05-03 | 1 | -1/+1 | |
| * | | | | Move additional settings to main server settings | Julius Härtl | 2018-05-03 | 2 | -7/+4 | |
| * | | | | Make mail settings form width equal | Julius Härtl | 2018-05-03 | 1 | -0/+0 | |
| * | | | | Update autoloader | Julius Härtl | 2018-05-03 | 2 | -0/+2 | |
| * | | | | Add overview settings section | Julius Härtl | 2018-05-03 | 3 | -4/+169 | |
* | | | | | Merge pull request #9372 from nextcloud/bugfix/4577 | Morris Jobke | 2018-05-07 | 1 | -0/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Do not allow folder creation with quota of 0 | Roeland Jago Douma | 2018-05-03 | 1 | -0/+8 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #9371 from nextcloud/bugfix/7444 | Morris Jobke | 2018-05-07 | 1 | -7/+7 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Cache is not part of the quota | Roeland Jago Douma | 2018-05-02 | 1 | -7/+7 | |
| |/ / / | ||||||
* | | | | Merge pull request #9387 from nextcloud/getcachentry-lock | Morris Jobke | 2018-05-04 | 1 | -3/+1 | |
|\ \ \ \ | ||||||
| * | | | | remove unneeded locks in getCacheEntry | Robin Appelman | 2018-05-04 | 1 | -3/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #9364 from nextcloud/log-invalid-storage | Morris Jobke | 2018-05-04 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Log mount and storage issues in getFileInfo | Robin Appelman | 2018-05-02 | 1 | -0/+3 | |
| |/ / / | ||||||
* | | | | Merge pull request #9290 from nextcloud/streams-0.6.1 | Morris Jobke | 2018-05-03 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | Use better way to determine stream type in encryption stream wrapper | Robin Appelman | 2018-05-01 | 1 | -3/+3 | |
| |/ / / | ||||||
* | | | | Merge pull request #9373 from nextcloud/bugfix/8929/actual_fetch_version | Morris Jobke | 2018-05-03 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Get correct version of an app | Roeland Jago Douma | 2018-05-03 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* / | | | Issue #9318: catch exceptions in SCSSCacher::resetCache() | Roland Tapken | 2018-05-02 | 1 | -1/+5 | |
|/ / / | ||||||
* | | | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfile | Morris Jobke | 2018-05-02 | 14 | -112/+384 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | use SystemConfig, less dependencies, and not publicly needed | Arthur Schiwon | 2018-04-26 | 3 | -28/+20 | |
| * | | log to $datadir/audit.log by default and add rotation | Arthur Schiwon | 2018-04-26 | 4 | -16/+83 | |
| * | | add missing php doc and type hints | Arthur Schiwon | 2018-04-26 | 2 | -4/+17 | |
| * | | improve Syslog a little | Arthur Schiwon | 2018-04-26 | 1 | -3/+6 |