Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15391 from owncloud/fix-language-caching | Thomas Müller | 2015-04-03 | 1 | -2/+3 |
|\ | | | | | fix caching of preferred language | ||||
| * | fix caching of preferred language | Robin Appelman | 2015-04-03 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #15386 from oparoz/yaml-cnf-mediatype | Thomas Müller | 2015-04-03 | 4 | -10/+86 |
|\ \ | |/ |/| | Introducing media types for yml, yaml, cnf, conf | ||||
| * | Introducing media types for yml, yaml, cnf, conf | Olivier Paroz | 2015-04-02 | 4 | -10/+86 |
| | | |||||
* | | Merge pull request #15383 from owncloud/fix-exception-message | Morris Jobke | 2015-04-03 | 2 | -2/+2 |
|\ \ | | | | | | | Update exception messages to better reflect and describe the problem | ||||
| * | | Fix the exception messages | Joas Schilling | 2015-04-02 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-03 | 24 | -20/+424 |
| |/ |/| | |||||
* | | Merge pull request #12314 from oparoz/patch-3 | Lukas Reschke | 2015-04-02 | 1 | -11/+18 |
|\ \ | |/ |/| | Make findBinaryPath compatible with open_basedir | ||||
| * | Use getenv to get the paths for `find` | Olivier Paroz | 2015-03-31 | 1 | -3/+4 |
| | | |||||
| * | use ExecutableFinder and find in findBinaryPath | Olivier Paroz | 2015-03-31 | 1 | -11/+17 |
| | | | | | | | | | | | | | | | | | | | | | | When using open_basedir, commands such as `which`or `command`can fail because they might try to look outside of the restricted perimeter. Symfony's ExecutableFinder can be used instead to look in standard locations and we can use `find` as a last resort A better solution would be to adopt a mechanism similar to what has been done for office documents where a configuration parameter is used to indicate the path where the executable is to be found. | ||||
* | | Merge pull request #14113 from owncloud/chunking-chunkpartfiles | Thomas Müller | 2015-04-02 | 1 | -2/+13 |
|\ \ | | | | | | | Added part files for when writing chunks | ||||
| * | | Added part files for when writing chunks | Vincent Petry | 2015-03-16 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a chunk is being written, it is now written to a part file first. This is to avoid a concurrent chunk upload to believe that the former chunk already exists, even though it's not fully written. This makes sure that the final file assembly is only done when all chunks were successfully written. Also added an extra unique id to chunk parts in case the same chunk is uploaded twice concurrently. | ||||
* | | | Merge pull request #15372 from Volker-E/master | Thomas Müller | 2015-04-02 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | fixing #15344 | ||||
| * | | | fixing #15344 - `title` has no added value here (not on screen readers not ↵ | Volker E | 2015-04-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | for robots) | ||||
* | | | | Merge pull request #15367 from owncloud/pre-setup-hook | Thomas Müller | 2015-04-02 | 3 | -33/+39 |
|\ \ \ \ | | | | | | | | | | | setup storage wrappers before setting up the filesystem | ||||
| * | | | | setup mount manager before wrappers | Robin Appelman | 2015-04-02 | 2 | -3/+5 |
| | | | | | |||||
| * | | | | setup storage wrappers before setting up the filesystem | Robin Appelman | 2015-04-01 | 2 | -30/+34 |
| | | | | | |||||
* | | | | | Merge pull request #15380 from owncloud/issue/15149-fix-initial-list | Morris Jobke | 2015-04-02 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix the initial list of groups | ||||
| * | | | | | Fix the initial list of groups | Joas Schilling | 2015-04-02 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #15346 from oparoz/split-image-provider | Morris Jobke | 2015-04-02 | 8 | -15/+192 |
|\ \ \ \ \ | | | | | | | | | | | | | Split image provider in one sub-class per media type | ||||
| * | | | | | Split image provider in one sub-class per media type | Olivier Paroz | 2015-04-02 | 8 | -15/+192 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #15349 from oparoz/limit-bitmap-previews-2 | Morris Jobke | 2015-04-02 | 1 | -9/+70 |
|\ \ \ \ \ | | | | | | | | | | | | | The bitmap preview class now takes maxX and maxY into consideration | ||||
| * | | | | | The bitmap preview class now takes maxX and maxY into consideration | Olivier Paroz | 2015-04-01 | 1 | -9/+70 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fix for owncloud#13607 and is part of the global programme: owncloud#13609 The image aspect ratio is kept intact. | ||||
* | | | | | Merge pull request #15362 from ↵ | Thomas Müller | 2015-04-02 | 6 | -114/+109 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue/15359-purge-memcache-console-app-disable Correctly purge the cache when an app is disabled via cli | ||||
| * | | | | | Fix docs and line breaks | Joas Schilling | 2015-04-02 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Adjust tests and check whether clear() is called | Joas Schilling | 2015-04-01 | 2 | -102/+82 |
| | | | | | | |||||
| * | | | | | Correctly purge the cache when an app is disabled via cli | Joas Schilling | 2015-04-01 | 4 | -12/+23 |
| | |/ / / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-02 | 18 | -22/+98 |
| | | | | | |||||
* | | | | | Merge pull request #15364 from rullzer/apps_linkToDocs | Roeland Douma | 2015-04-01 | 2 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Use URLGenerator instead of OC_Helper for linkToDocs | ||||
| * | | | | Use URLGenerator instread of OC_Helper | Roeland Jago Douma | 2015-04-01 | 2 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #15366 from rullzer/deprecate_util_links | Robin McCorkell | 2015-04-01 | 2 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | Deprecate functions (OC_Helper + OCP\Util) that only call the urlgenerator anyway | ||||
| * | | | | Deprecate functions that only call the urlgenerator anyway | Roeland Jago Douma | 2015-04-01 | 2 | -0/+8 |
| |/ / / | |||||
* | | | | Merge pull request #15358 from owncloud/global-cmd | Morris Jobke | 2015-04-01 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Allow app:check-code and l10n:createjs commands when not installed | ||||
| * | | | | Allow app:check-code and l10n:createjs commands when not installed | Robin McCorkell | 2015-04-01 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #15353 from owncloud/run-cron-with-the-correct-user-master | Morris Jobke | 2015-04-01 | 1 | -0/+16 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Cron has to be executed with the correct user | ||||
| * | | | | Cron has to be executed with the correct user - fixes 13912 and others | Thomas Müller | 2015-04-01 | 1 | -0/+16 |
| | | | | | |||||
* | | | | | Merge pull request #15354 from pierrejochem/patch-1 | Thomas Müller | 2015-04-01 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | More secure proposal | ||||
| * | | | | | More secure proposal | Pierre Jochem | 2015-04-01 | 1 | -1/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #15356 from rullzer/apps_oc_to_ocs | Roeland Douma | 2015-04-01 | 7 | -7/+7 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Move core apps from private to public functions (trivial part) | ||||
| * | | | | | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 7 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file. | ||||
* | | | | | | Merge pull request #15336 from owncloud/revive-15215 | Morris Jobke | 2015-04-01 | 2 | -18/+20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Properly quote file names in listFiles query for GDrive | ||||
| * | | | | | | Only escape single quotes | Lukas Reschke | 2015-03-31 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Added rawurlencode for other params in GDrive storage | Vincent Petry | 2015-03-31 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-31 | 2 | -17/+19 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #15351 from owncloud/add-title-to-app-entries | Lukas Reschke | 2015-04-01 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add title to entries in app menu | ||||
| * | | | | | | add title to entries in app menu | Morris Jobke | 2015-04-01 | 1 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #15331 from owncloud/fix-password | Morris Jobke | 2015-04-01 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fix JS reference error for personal password changing | ||||
| * | | | | | Fix JS reference error for personal password changing | Robin McCorkell | 2015-03-31 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-01 | 142 | -6/+272 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #15335 from owncloud/revert-15215-ext-gdrivelistfilequoting | Lukas Reschke | 2015-03-31 | 2 | -20/+18 |
|\ \ \ \ | | | | | | | | | | | Revert "Properly quote file names in listFiles query for GDrive" |