| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Always use the latest timestamp for merged activities
|
| |
| |
| |
| | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \
| | |
| | | |
Remove settings/ from phan
|
| | |
| | |
| | |
| | |
| | |
| | | |
settings is a app now. so the directory does not exist.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|\ \ \
| | | |
| | | | |
Get single storage id using `eq` instead of `in`
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \
| | | | |
| | | | | |
Make renewSessionToken return the new token
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Avoids directly getting the token again. We just inserted it so it and
have all the info. So that query is just a waste.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nextcloud/enhancement/drone/no-submodule-when-not-needed
Remove unnecessary submodules steps
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Run composer install in parallel
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The newer docker image runs the composer isntall in parallel. Saving
precious seconds on CI.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \
| | | | |
| | | | | |
Raised public txt file truncation size to 10kb (#15951)
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Johannes Koenig <mail@jokoenig.de>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Cache the public key tokens
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Sometimes (esp with token auth) we query the same token multiple times.
While this is properly indexed and fast it is still a bit of a waste.
Right now it is doing very stupid caching. Which gets invalidate on any
update.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \
| | | | |
| | | | | |
Add index on principaluri for schedulingobjects table
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|\ \ \ \
| |/ / /
|/| | | |
Show error if tag name is empty
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Gary Kim <gary@garykim.dev>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/db/add-index-on-calendar-object-props-calendar-id
Add index on calendarid for calendarobject_props table
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|\ \ \ \
| | | | |
| | | | | |
Kill ui-regression ci job
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since we do not use it at the moment anyway it seems like a waste of
resources to actually run it.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
johkoenig/bugfix/17377/trusted_domain_helper_case_insensitive
make TrustedDomainHelper case insensitive
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Johannes Koenig <mail@jokoenig.de>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Do not escape slashes in log json
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \ \ \
| | | | |
| | | | | |
Remove duplicate code
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Show Delete Icon in Breadcrumb in Trashbin
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Gary Kim <gary@garykim.dev>
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nextcloud/fix/joas-should-know-you-have-to-increaste-the-server-version-for-new-migrations
Increase server version to trigger latest migration
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Do not follow symlinks with webpack
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Fix oauth client redirect
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.2
Bump handlebars from 4.4.0 to 4.4.2 in /build
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ \ \
| | | | |
| | | | | |
Use @nextcloud/paths and deprecate OC helpers
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fix Axios CSRF token update
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
|