- Oct 30, 2018
-
-
Roeland Jago Douma authored
Reset bruteforce on token refresh OAuth
-
Roeland Jago Douma authored
LDAP: announce display name changes so that addressbook picks it up
-
Arthur Schiwon authored
… when an unmapped user logs in for the first time when background job mode is ajax and no memcache was configured. Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Roeland Jago Douma authored
When using atoken obtained via OAuth the token expires. Resulting in brute force attempts hitting the requesting IP. This resets the brute force attempts for that UID on a valid refresh of the token. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Add capability of specifying "trusted_proxies" entries in CIDR notation (IPv4)
-
Morris Jobke authored
add global site selector as user back-end which doesn't support password confirmation
-
Morris Jobke authored
announce the chosen uid (fixes wrong variable usage)
-
Oliver Wegner authored
Signed-off-by:
Oliver Wegner <void1976@gmail.com>
-
Roeland Jago Douma authored
Bump karma from 2.0.4 to 3.1.1 in /build
-
Nextcloud bot authored
-
- Oct 29, 2018
-
-
Morris Jobke authored
Add occ app:remove CLI command
-
Morris Jobke authored
Fix setup check trusted proxies
-
Morris Jobke authored
A folder should get a folder mimetype
-
Roeland Jago Douma authored
If doing achunked upload the mimetype of the folder would otherwise be guessed from the path. Which always returned application/octet-stream. If an access control rule to block that is in place this means that all chunked uploads fail hard in directories as the isCreatable on the directory always fails. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Add getExtension() to FileInfo
-
Morris Jobke authored
remove unneeded empty LDAP search attribute values
-
Roeland Jago Douma authored
Properly hide files when searching
-
John Molakvoæ authored
Move svg api endpoint
-
Robin Appelman authored
this is a fairly common operation so it makes sense to prevent having to repeatedly implement it. Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Roeland Jago Douma authored
Fix logo path in personal federated sharing settings
-
Roeland Jago Douma authored
Bump webpack from 4.22.0 to 4.23.1 in /settings
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Roeland Jago Douma authored
Merge pull request #12097 from nextcloud/dependabot/npm_and_yarn/settings/vue-infinite-loading-2.4.0 Bump vue-infinite-loading from 2.3.5 to 2.4.0 in /settings
-
Roeland Jago Douma authored
Merge pull request #12104 from nextcloud/move-acceptance-tests-that-crash-the-php-built-in-server-to-apache Move acceptance tests that crash the PHP built-in server to Apache
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
John Molakvoæ authored
Headings standard
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
dependabot[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 4.22.0 to 4.23.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.22.0...v4.23.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Roeland Jago Douma authored
Bump webpack from 4.22.0 to 4.23.1 in /apps/oauth2
-
Daniel Calviño Sánchez authored
The PHP built-in server can crash when certain actions are performed in Nextcloud (but although the crash is triggered by Nextcloud it does not seem to be a Nextcloud bug), which can lead to failures in the acceptance tests that would have otherwise passed. A crash of the PHP built-in server during an acceptance test can be identified by the message "sh: 1: kill: No such process" in the acceptance tests output; as the PHP built-in server crashed its process does no longer exist when it is tried to be killed when the scenario ends. Although the crash has been observed in other tests too it is more prevalent in the tests for tags and the theming app. In order to reduce the false positives those tests are now run on Apache instead of on the PHP built-in sever. However, the rest of tests are still run on the PHP built-in server due to its lower resource consumption. In order to run a feature or just a scenario using Apache it has to be tagged with "@apache"; features or scenarios without that tag (the default) will run on the PHP built-in server instead. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
In order to run the acceptance tests in Apache "/var/www/html" has to be linked to the root directory of the Nextcloud server. Before this was automatically done when launching the acceptance tests through "./run.sh", but an explicit command was needed when run in Drone. Now the linking was moved from "run.sh" to "run-local.sh", so it is automatically done when run through "./run.sh" and in Drone, including when running the tests for an app instead of for the server. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
dependabot[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 4.22.0 to 4.23.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.22.0...v4.23.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
John Molakvoæ authored
Add missing tag
-
Roeland Jago Douma authored
Merge pull request #12098 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.23.1 Bump webpack from 4.22.0 to 4.23.1 in /apps/updatenotification
-
dependabot[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 4.22.0 to 4.23.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.22.0...v4.23.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Roeland Jago Douma authored
Bump webpack from 4.22.0 to 4.23.1 in /apps/accessibility
-