Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-03-13[tx-robot] updated from transifexNextcloud bot
2018-03-09Merge pull request #8745 from nextcloud/stable13-8716Morris Jobke
[13] Remove base url from global cache prefix
2018-03-09Merge pull request #8749 from ↵Morris Jobke
nextcloud/backport/8596/sharee-email-matches-not-limited [stable13] Sharee email matches not limited
2018-03-09Merge pull request #8746 from nextcloud/8705_13Julius Härtl
[stable13] Check if the cached js file exists
2018-03-09Merge pull request #8725 from nextcloud/objectstore-no-part-files-13Morris Jobke
[13] disable part files for object stores
2018-03-09Fix calculation if there are more resultsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-09Add the users result only when non empty so tests stay the sameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-09Also array_slice wide email matches of local usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-09Check if the cached js file existsRoeland Jago Douma
Fixes #8705 If the file does not exist (for whatever reason). It is never cached. No matter what the depscache etc tell you. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-09Actually clear cache values for all base urlsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-09Use JSCombiner from server container when searching for JS filesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-09Move base url from global cache prefix to frontend related onesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-09[tx-robot] updated from transifexNextcloud bot
2018-03-08disable part files for object storesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-03-06Fix undefined index problemmichaelletzgus
Nextcloud 13RC4, error in logfile, triggered by "occ config:list": Invalid argument supplied for foreach() at lib/private/AppConfig.php#297 PHP Undefined index: workflowengine at lib/private/AppConfig.php#297 Fix: Check if index exists in array before using it.
2018-03-06Merge pull request #8687 from ↵Roeland Jago Douma
nextcloud/backport/8328/filter-out-the-current-user-by-email-too [stable13] Filter out the current user when searching for emails too
2018-03-06Merge pull request #8688 from nextcloud/13-8557Roeland Jago Douma
[stable13] Fix check if theming defaults instance is available
2018-03-06PHP 5.6 compatibilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-06Merge pull request #8683 from nextcloud/8474_13Morris Jobke
[stable13] Log exceptions that happen when writing the app store reply to storage
2018-03-06Fix check if theming defaults instance is availableMorris Jobke
The check in URLGenerator.php#169 and Server.php#945 are different and thus the DI container could return a \OC_Defaults object which does not provide the wanted method caising a PHP error. Fixes #8420 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-06Filter out the current user when searching for emails tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-06Log exceptions that happen when writing the app store reply to storageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-06Don't use double quotes in MySQL queriesRobin Müller
MySQL databases with the ANSI_QUOTES mode enabled treat " as an identifier quote (see https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_ansi_quotes). So for such databases the 'occ upgrade' fails with an error message like this: ... unknown column 'oc_*' in where clause. This fix replaces the doulbe quotes with single quotes that should be always used in MySQL queries to quote literal strings. Signed-off-by: Robin Müller <robin.mueller@1und1.de>
2018-03-06Merge pull request #8668 from nextcloud/8217_13Roeland Jago Douma
[stable13] Use proper lanugage in langauge code
2018-03-06[tx-robot] updated from transifexNextcloud bot
2018-03-05Display the proper language strings in setttingsRoeland Jago Douma
Since this was moved to lib, we have to the lib language files. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-05Use proper lanugage in langauge codeRoeland Jago Douma
Fixes #8180 The _ is not valid in language codes use - instead. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-05Merge pull request #8636 from nextcloud/8289_13Joas Schilling
[stable13] AppData hardening
2018-03-05Merge pull request #8631 from nextcloud/stable13-8372Joas Schilling
[13] Properly encapsulate require_once for app.php
2018-03-05[tx-robot] updated from transifexNextcloud bot
2018-03-04[tx-robot] updated from transifexNextcloud bot
2018-03-02Hardening of SimpleFile getContentRoeland Jago Douma
if file_get_contents fails remove the file. And traverse up the tree checking if the other folders are there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-02Add throws annotationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-02Properly encapsulate require_once for app.phpJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-02[tx-robot] updated from transifexNextcloud bot
2018-03-01[tx-robot] updated from transifexNextcloud bot
2018-02-28Merge pull request #8099 from nextcloud/7873_13Roeland Jago Douma
[stable13] Don't perform CSRF check on OCS routes with Bearer auth
2018-02-28[tx-robot] updated from transifexNextcloud bot
2018-02-27[tx-robot] updated from transifexNextcloud bot
2018-02-23[tx-robot] updated from transifexNextcloud bot
2018-02-21Merge pull request #8470 from nextcloud/13-8468Roeland Jago Douma
[stable13] Use mb_* string methods to extract first character for generated avatars
2018-02-21Use mb_* string methods to extract first character for generated avatarsMorris Jobke
This fixes #8451 where the first character is a non-ASCII character. The `$string[0]` notation only extracted one byte and thus resulting in an invalid code. The `mb_strtoupper` method also allows to convert characters independently from the current locale on the server. See also http://php.net/manual/en/function.mb-strtoupper.php Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-21[tx-robot] updated from transifexNextcloud bot
2018-02-20Better result handling of email searchJoas Schilling
1. Local users should not be returned when searching for empty string 2. The limit of the response should be respected Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-20Merge pull request #8440 from nextcloud/8428_13Roeland Jago Douma
[stable13] Use TTF fonts for avatar generation
2018-02-20[tx-robot] updated from transifexNextcloud bot
2018-02-20Avatar generation use ttf (for ancient compatibility)Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-19[tx-robot] updated from transifexNextcloud bot
2018-02-17[tx-robot] updated from transifexNextcloud bot
2018-02-15[tx-robot] updated from transifexNextcloud bot