Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not create Application instances directly | Christoph Wurst | 2019-10-11 | 14 | -17/+41 |
* | Make sure we create an app's Application class just once | Christoph Wurst | 2019-10-11 | 3 | -3/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-11 | 40 | -2/+172 |
* | Merge pull request #17484 from nextcloud/bugfix/activity-last-timestamp-merged | Roeland Jago Douma | 2019-10-10 | 1 | -1/+2 |
|\ | |||||
| * | Always use the latest timestamp for merged activities | Julius Härtl | 2019-10-09 | 1 | -1/+2 |
* | | Merge pull request #17488 from nextcloud/fix/phan-settings-app | kesselb | 2019-10-09 | 1 | -1/+0 |
|\ \ | |||||
| * | | Remove settings/ from phan | Daniel Kesselberg | 2019-10-09 | 1 | -1/+0 |
* | | | Merge pull request #17276 from nextcloud/storage-id-eq | Roeland Jago Douma | 2019-10-09 | 2 | -2/+10 |
|\ \ \ | |||||
| * | | | use eq instead of in for loading single storage | Robin Appelman | 2019-09-26 | 1 | -1/+9 |
| * | | | log which storage id can't be inserted | Robin Appelman | 2019-09-26 | 1 | -1/+1 |
* | | | | Merge pull request #17458 from nextcloud/enh/avoid_direct_query | Roeland Jago Douma | 2019-10-09 | 6 | -19/+24 |
|\ \ \ \ | |||||
| * | | | | Make renewSessionToken return the new token | Roeland Jago Douma | 2019-10-09 | 6 | -19/+24 |
|/ / / / | |||||
* | | | | Merge pull request #17480 from nextcloud/enhancement/drone/no-submodule-when-... | Roeland Jago Douma | 2019-10-09 | 1 | -8/+0 |
|\ \ \ \ | |||||
| * | | | | Remove unwanted submodules | John Molakvoæ (skjnldsv) | 2019-10-09 | 1 | -8/+0 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-09 | 24 | -22/+118 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #17475 from nextcloud/ci/integration/parallel_composer | kesselb | 2019-10-08 | 1 | -15/+15 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Run composer install in parallel | Roeland Jago Douma | 2019-10-08 | 1 | -15/+15 |
* | | | | Merge pull request #17471 from nextcloud/bugfix/15951/public-txt-truncation-size | Roeland Jago Douma | 2019-10-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Raised public txt file truncation size to 10kb | Johannes Koenig | 2019-10-08 | 1 | -1/+1 |
* | | | | | Merge pull request #17463 from nextcloud/enh/token/cache | Roeland Jago Douma | 2019-10-08 | 1 | -5/+42 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Cache the public key tokens | Roeland Jago Douma | 2019-10-08 | 1 | -5/+42 |
| |/ / / | |||||
* | | | | Merge pull request #17445 from nextcloud/db/add-index-on-schedulingobjects | Roeland Jago Douma | 2019-10-08 | 2 | -0/+20 |
|\ \ \ \ | |||||
| * | | | | Check and add index on principaluri for schedulingobjects table | Thomas Citharel | 2019-10-08 | 2 | -0/+20 |
| |/ / / | |||||
* | | | | Merge pull request #17462 from gary-kim/fix/noid/check-if-tag-name-empty | Roeland Jago Douma | 2019-10-08 | 1 | -0/+6 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Show error if tag name is empty | Gary Kim | 2019-10-08 | 1 | -0/+6 |
|/ / / | |||||
* | | | Merge pull request #17429 from nextcloud/db/add-index-on-calendar-object-prop... | Roeland Jago Douma | 2019-10-08 | 2 | -0/+21 |
|\ \ \ | |||||
| * | | | Add index on calendarid for calendarobject_props table | Thomas Citharel | 2019-10-07 | 2 | -0/+21 |
* | | | | Merge pull request #17454 from nextcloud/ci/kill/ui-regression | Roeland Jago Douma | 2019-10-08 | 1 | -55/+0 |
|\ \ \ \ | |||||
| * | | | | Kill ui-regression ci job | Roeland Jago Douma | 2019-10-08 | 1 | -55/+0 |
* | | | | | Merge pull request #17431 from johkoenig/bugfix/17377/trusted_domain_helper_c... | Roeland Jago Douma | 2019-10-08 | 2 | -1/+6 |
|\ \ \ \ \ | |||||
| * | | | | | make TrustedDomainHelper case insensitive | Johannes Koenig | 2019-10-06 | 2 | -1/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #17440 from nextcloud/enh/noid/log-json-escape | Roeland Jago Douma | 2019-10-08 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Do not escape slashes in log json | Julius Härtl | 2019-10-07 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Remove duplicate code (#17451) | John Molakvoæ | 2019-10-08 | 1 | -5/+1 |
|\ \ \ \ | |||||
| * | | | | Remove duplicate code | Daniel Kesselberg | 2019-10-08 | 1 | -5/+1 |
* | | | | | Merge pull request #17414 from gary-kim/enh/15155/delete-icon-in-trashbin | Roeland Jago Douma | 2019-10-08 | 6 | -7/+10 |
|\ \ \ \ \ | |||||
| * | | | | | Show Delete Icon in Breadcrumb in Trashbin | Gary Kim | 2019-10-07 | 6 | -7/+10 |
| | |/ / / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-08 | 18 | -10/+44 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #17449 from nextcloud/fix/joas-should-know-you-have-to-inc... | Roeland Jago Douma | 2019-10-07 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Increase server version to trigger all migrations | Christoph Wurst | 2019-10-07 | 1 | -1/+1 |
* | | | | | Do not follow symlinks with webpack (#17448) | John Molakvoæ | 2019-10-07 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Do not follow symlinks with webpack | John Molakvoæ (skjnldsv) | 2019-10-07 | 1 | -1/+2 |
|/ / / / | |||||
* | | | | Merge pull request #17411 from kinolaev/fix-oauth2-redirect | Roeland Jago Douma | 2019-10-07 | 2 | -3/+12 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix oauth client redirect | Sergej Nikolaev | 2019-10-04 | 2 | -3/+12 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-07 | 20 | -22/+88 |
| |/ / |/| | | |||||
* | | | Merge pull request #17421 from nextcloud/dependabot/npm_and_yarn/build/handle... | Roeland Jago Douma | 2019-10-06 | 2 | -4/+4 |
|\ \ \ | |||||
| * | | | Bump handlebars from 4.4.0 to 4.4.2 in /build | dependabot-preview[bot] | 2019-10-06 | 2 | -4/+4 |
* | | | | Use @nextcloud/paths and deprecate OC helpers (#17392) | John Molakvoæ | 2019-10-06 | 11 | -454/+95 |
|\ \ \ \ | |||||
| * | | | | Use @nextcloud/paths and deprecate OC helpers | Christoph Wurst | 2019-10-05 | 11 | -454/+95 |
| |/ / / | |||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-06 | 10 | -34/+122 |
|/ / / |