summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | [tx-robot] updated from transifexNextcloud bot2018-03-0210-0/+54
|/
* [tx-robot] updated from transifexNextcloud bot2018-03-0114-0/+58
|
* [tx-robot] updated from transifexNextcloud bot2018-02-2816-2/+42
|
* Merge pull request #8130 from ↵Morris Jobke2018-02-271-0/+24
|\ | | | | | | | | nextcloud/fix-own-avatar-not-updated-when-display-name-is-changed [stable12] Fix own avatar not updated when display name is changed
| * Fix own avatar not updated when display name is changedDaniel Calviño Sánchez2018-01-311-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The avatar endpoint returns the avatar image or, if the user has no avatar, the display name. In that later case the avatar is generated on the browser based on the display name. The avatar endpoint response is cached, so when the display name changes and the avatar is got again the browser could use the cached value, in which case it would use the same display name as before and the avatar would not change. When the avatar is an image the cache is invalidated with the use of the "version" parameter, which is increased when the image changes. When the avatar cache was first introduced only the image avatars were cached, but it was later changed to cache all avatar responses to limit the requests made to the server. Thus, now the cache of the display name is invalidated too by increasing the version of the avatar if the display name changes and there is no explicit avatar set. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-274-2/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-232-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-212-2/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-204-6/+74
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-192-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-174-2/+180
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-148-8/+170
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-142-2/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-128-8/+92
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-0972-0/+4856
| |
* | Merge pull request #8101 from nextcloud/s3-uploader-12Morris Jobke2018-02-081-43/+2
|\ \ | | | | | | [12] Use S3Client::upload instead of splitting single/multipart upload ourselves
| * | Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-291-43/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #8184 from robert-scheck/pki-validation-stable12Morris Jobke2018-02-081-1/+1
|\ \ \ | | | | | | | | [stable12] Handle SSL certificate verifications for others than Let's Encrypt
| * | | Handle SSL certificate verifications for others than Let's EncryptRobert Scheck2018-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do no longer (wrongly) rewrite URLs like * http://example.net/.well-known/pki-validation/file.txt (Comodo) * http://example.net/.well-known/pki-validation/fileauth.txt (DigiCert, Thawte, GeoTrust) * http://example.net/.well-known/pki-validation/gsdv.txt (GlobalSign) * http://example.net/.well-known/pki-validation/starfield.htm (Starfield, GoDaddy) * http://example.net/.well-known/pki-validation/swisssign-check.txt (SwissSign) for automated SSL certificate verifications. All (common commercial) certificate authorities (CA) except Let's Encrypt (via ACME) seem to use "pki-validation" rather "acme-challenge" for their domain control validation (DCV). Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* | | | Merge pull request #8216 from nextcloud/6830_12Morris Jobke2018-02-081-0/+18
|\ \ \ \ | | | | | | | | | | Nextcloud 12 is not compatible with newer than php 7.1
| * | | | Nextcloud 12 is not compatible with newer than php 7.1Roeland Jago Douma2018-02-071-0/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | actually return stream from swiftRobin Appelman2018-02-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-02-082-2/+4
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-02-0722-22/+24
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-02-072-2/+30
| | | |
* | | | Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-061-0/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8047 If we can't find the file by id there we should just return null instead of trying to get the jailed path of null. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-0312-10/+156
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-02-028-8/+114
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-02-012-0/+372
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-02-0194-3574/+88
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-02-0194-184/+184
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-01-262-0/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-252-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-2132-30/+32
| |
* | Keep all shipped apps enabled because they should be okayJoas Schilling2018-01-161-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-01-112-4/+4
|
* Merge pull request #7758 from nextcloud/12-7570v12.0.5RC1Roeland Jago Douma2018-01-094-1/+222
|\ | | | | [stable12] add option to use legacy v2 auth with s3
| * add option to use legacy v2 auth with s3Robin Appelman2018-01-094-1/+222
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Use correct L10N files for jsconfigRoeland Jago Douma2018-01-091-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7747 from nextcloud/composer_up_12Morris Jobke2018-01-092-11/+19
|\ | | | | Update of composer
| * Update of composerRoeland Jago Douma2018-01-092-11/+19
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7745 from nextcloud/7692_12Morris Jobke2018-01-093-9/+68
|\ \ | | | | | | [stable12] Don't lie about preview types
| * | Only return 1 typeRoeland Jago Douma2018-01-082-7/+20
| | | | | | | | | | | | | | | | | | | | | Throw proper exception if we can't get the mimetype for a preview. Catch it later on so we can just return a not found for the preview. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Don't lie about the preview mimetypeRoeland Jago Douma2018-01-083-7/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For legacy reasons we stored all the previews with a png extention. However we did not put png data in them all the time. This caused the preview endpoints to always report that a preview is a png file. Which was a lie. Since we abstract away from the storage etc in the previewmanager. There is no need anymore to store them as .png files and instead we can use the actual file extention. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7684 from nextcloud/backport-ie-fix-invertMorris Jobke2018-01-091-0/+9
|\ \ \ | |_|/ |/| | [stable12] Fix inverted app icons on IE11
| * | Invert app icons on IE11 as wellJulius Härtl2018-01-031-0/+9
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #7694 from nextcloud/stable12-7611Roeland Jago Douma2018-01-083-29/+11
|\ \ \ | |_|/ |/| | [stable12] Don't attempt to translate login names to uids when uids are provided
| * | update autoloaderArthur Schiwon2018-01-042-19/+11
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | never translate login names when requiring with a user idArthur Schiwon2018-01-041-10/+0
| | | | | | | | | | | | | | | | | | where appropriate, the preLoginNameUsedAsUserName hook should be thrown. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-064-12/+12
| | |