Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-01 | 16 | -0/+52 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-31 | 18 | -4/+24 |
| | |||||
* | Merge pull request #19940 from owncloud/ldap-server-wizard-tooltip | Thomas Müller | 2015-10-31 | 1 | -0/+1 |
|\ | | | | | Add tooltip to ldap server wizard | ||||
| * | add tooltip to ldap server wizard | Hendrik Leppelsack | 2015-10-29 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #20193 from owncloud/redis-password | Thomas Müller | 2015-10-30 | 2 | -0/+8 |
|\ \ | | | | | | | Add support for Redis password auth | ||||
| * | | Add support for Redis password auth | Lukas Reschke | 2015-10-30 | 2 | -0/+8 |
|/ / | | | | | | | | | | | For enhanced security it is recommended to configure Redis to only accept connections with a password. (http://redis.io/topics/security) This is especially critical since Redis supports the LUA scripting language and thus a simple SSRF vulnerability (as proven in http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ for example) may lead to a remote code execution. | ||||
* | | Merge pull request #20175 from owncloud/login-arrow | Thomas Müller | 2015-10-30 | 7 | -39/+0 |
|\ \ | | | | | | | remove unneeded icons from input fields to not distract from submit button, fix #18940 | ||||
| * | | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 7 | -39/+0 |
| | | | | | | | | | | | | fix #18940 | ||||
* | | | Merge pull request #20169 from RealRancor/fix_contributing_links | Thomas Müller | 2015-10-30 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix repo links in CONTRIBUTING.md | ||||
| * | | | Fix repo links in CONTRIBUTING.md | RealRancor | 2015-10-30 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #20171 from owncloud/tags.js-remove-unneeded-vars | Thomas Müller | 2015-10-30 | 1 | -9/+0 |
|\ \ \ \ | | | | | | | | | | | [tags] remove unneeded variables | ||||
| * | | | | [tags] remove unneeded variables | Morris Jobke | 2015-10-30 | 1 | -9/+0 |
| |/ / / | |||||
* | | | | Merge pull request #20160 from owncloud/share-allowdeleteinshareoverview | Thomas Müller | 2015-10-30 | 2 | -27/+11 |
|\ \ \ \ | | | | | | | | | | | Bring back delete permission in share overview | ||||
| * | | | | Bring back delete permission in share overview | Vincent Petry | 2015-10-29 | 2 | -27/+11 |
| | | | | | |||||
* | | | | | Merge pull request #20167 from owncloud/fix-docker-ip-retrieval | Thomas Müller | 2015-10-30 | 6 | -8/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Use proper statement to retrieve the IP of an docker instance | ||||
| * | | | | | Use proper statement to retrieve the IP of an docker instance | Morris Jobke | 2015-10-30 | 6 | -8/+8 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #20170 from owncloud/remove-some-oc_config-calls | Thomas Müller | 2015-10-30 | 3 | -6/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | Replace some OC_Config calls with ILogger methods | ||||
| * | | | | | Replace some OC_Config calls with ILogger methods | Morris Jobke | 2015-10-30 | 3 | -6/+7 |
| |/ / / / | |||||
* | | | | | Merge pull request #20156 from owncloud/files-filter-triger-once | Robin Appelman | 2015-10-30 | 1 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | dont trigger the scroll event of every single item we filter in the file list | ||||
| * | | | | | dont trigger the scroll event of every single item we filter in the file list | Robin Appelman | 2015-10-29 | 1 | -2/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #20149 from owncloud/revert-19797-specify-php-5-4 | Thomas Müller | 2015-10-30 | 1 | -10/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Revert "Specify PHP 5.4 as version for scrutinizer" | ||||
| * | | | | | | Revert "Specify PHP 5.4 as version for scrutinizer" | Lukas Reschke | 2015-10-29 | 1 | -10/+0 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #20166 from owncloud/error-message-l10n-failure | Thomas Müller | 2015-10-30 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Add warning for broken l10n json files | ||||
| * | | | | | | Add warning for broken l10n json files | Morris Jobke | 2015-10-30 | 1 | -0/+2 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | * makes it easier to spot broken l10n files | ||||
* | | | | | | Merge pull request #19680 from owncloud/ocs_sharing_api_integration_testing | Thomas Müller | 2015-10-30 | 5 | -58/+312 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [WIP] sharing feature tests | ||||
| * | | | | | | Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵ | Thomas Müller | 2015-10-29 | 5 | -39/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | up users | ||||
| * | | | | | | added sharing feature file | Sergio Bertolin | 2015-10-29 | 2 | -28/+278 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added logic necessary for preconditions and postconditions of sharing tests Added sharing by link tests and sharing with group Added test which reproduces issue 19950 (adding expiration date) refactored given and then statements to be preconditions and not operations | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-30 | 42 | -28/+274 |
| | | | | | | |||||
* | | | | | | Merge pull request #20051 from otetard/feature/newfilemenu_extend | Thomas Müller | 2015-10-29 | 1 | -31/+46 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Allow Owncloud apps to add new items to the “new” file menu. | ||||
| * | | | | | Allow apps to add new items in the “New” filemenu. | Olivier Tétard | 2015-10-26 | 1 | -31/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Owncloud apps can now add new items to the “new” file menu. A new `addMenuEntry()` was added to `NewFileMenu`. To add a new item, you have to attach a plugin to `OCA.Files.NewFileMenu` that will call `addMenuEntry()`. | ||||
* | | | | | | Merge pull request #20135 from owncloud/check-if-null-subadmin | Thomas Müller | 2015-10-29 | 25 | -1793/+2538 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Drop OC_SubAdmin and replace usages | ||||
| * | | | | | | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 25 | -1793/+2538 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #20060 from owncloud/cache-move-final-update-transaction | Robin Appelman | 2015-10-29 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | include the final update in the transaction when moving a folder in the cache | ||||
| * | | | | | | | include the final update in the transaction when moving a folder in the cache | Robin Appelman | 2015-10-29 | 1 | -2/+6 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #20152 from owncloud/LukasReschke-patch-1 | Thomas Müller | 2015-10-29 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove invalid type-cast | ||||
| * | | | | | | | Remove invalid type-cast | Lukas Reschke | 2015-10-29 | 1 | -4/+4 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an `is_array` operation and not a `in_array` one. Thus this typecast is not required. Fixes https://github.com/owncloud/core/issues/20095 | ||||
* | | | | | | | Merge pull request #20122 from owncloud/files-consolidateiconupdate | Thomas Müller | 2015-10-29 | 8 | -11/+109 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix icon update to be more consistent | ||||
| * | | | | | | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 8 | -11/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes the details bar show the same icon as in the list. | ||||
* | | | | | | | Merge pull request #19592 from owncloud/availability-root-always-exists | Thomas Müller | 2015-10-29 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | The root of a storage always exists | ||||
| * | | | | | | | The root of a storage always exists | Robin Appelman | 2015-10-29 | 1 | -0/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #20134 from owncloud/pass-with-skipping | Thomas Müller | 2015-10-29 | 3 | -24/+27 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make Travis CI pass when DAV was not touched | ||||
| * | | | | | | | | Make Travis CI pass when DAV was not touched | Joas Schilling | 2015-10-29 | 3 | -24/+27 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #20141 from owncloud/checkboxes-settings-users | Thomas Müller | 2015-10-29 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Apply new checkbox style in users settings | ||||
| * | | | | | | | | | apply new checkbox style in users settings | Hendrik Leppelsack | 2015-10-29 | 1 | -5/+5 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #20144 from owncloud/gitignore-clover.xml | Thomas Müller | 2015-10-29 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ignore any clover.xml - which is generated by some phpunit calls | ||||
| * | | | | | | | | ignore any clover.xml - which is generated by some phpunit calls | Thomas Müller | 2015-10-29 | 1 | -0/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrename | Thomas Müller | 2015-10-29 | 4 | -3/+74 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | On rename, also refresh storage_mtime of the target file | ||||
| * | | | | | | | | Fix locking unit tests due to filemtime addition | Vincent Petry | 2015-10-26 | 1 | -2/+10 |
| | | | | | | | | | |||||
| * | | | | | | | | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 3 | -1/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some storages like Dropbox change their mtime on rename... | ||||
* | | | | | | | | | Merge pull request #11509 from owncloud/internal_email_template | Thomas Müller | 2015-10-29 | 3 | -5/+57 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow separate templates for internal and external share notifications |