Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-20 | 2 | -2/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #12401 from owncloud/add-limit-parameter-to-getSharewith | Thomas Müller | 2015-05-19 | 2 | -4/+6 |
|\ | | | | | Remove hard coded limit of 15 from getShareWith | ||||
| * | add support for limit request parameter to getShareWith | Craig Morrissey | 2015-05-15 | 2 | -4/+6 |
| | | |||||
* | | Add hint about additional PHP database modules | Morris Jobke | 2015-05-18 | 3 | -1/+11 |
| | | | | | | | | * fixes #16391 | ||||
* | | Merge pull request #15738 from rullzer/fix_15611 | Vincent Petry | 2015-05-18 | 2 | -10/+53 |
|\ \ | | | | | | | Fix to make sure expiration date is properly set | ||||
| * | | Fix to make sure expiration date is properly set | Roeland Jago Douma | 2015-05-18 | 2 | -10/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | This did not happen correctly when the password was enforced since a different code path was taken. * moved generation of the default date string to separate function * added unit test | ||||
* | | | Reset share dialog values so we start out clean | Roeland Jago Douma | 2015-05-18 | 2 | -0/+111 |
|/ / | | | | | | | * Unit test | ||||
* | | Merge pull request #16242 from owncloud/use-oc-webroot | Thomas Müller | 2015-05-15 | 1 | -4/+1 |
|\ \ | |/ |/| | Use OC.webroot instead of calculating the URL | ||||
| * | Use OC.webroot instead of calculating the URL | Lukas Reschke | 2015-05-11 | 1 | -4/+1 |
| | | | | | | | | | | | | Calculating the URL is error-prone as it doesn't work when for example `public.php` is requested and might even be harmful as it could leak sensitive information. Since `oc.js` is even available when maintenance mode is available it is better to use the global `OC.webroot` that is not controlled by any user. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-15 | 4 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-14 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #16290 from owncloud/upgrade-info-for-3rdparty-apps | Lukas Reschke | 2015-05-13 | 1 | -0/+3 |
|\ \ | | | | | | | Add info message for upgrade of an 3rdparty app | ||||
| * | | Add info message for upgrade of an 3rdparty app | Morris Jobke | 2015-05-12 | 1 | -0/+3 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-13 | 6 | -2/+64 |
|/ / | |||||
* | | Merge pull request #16282 from owncloud/fix-multiselect-ellipsize | Morris Jobke | 2015-05-12 | 1 | -0/+1 |
|\ \ | | | | | | | ellipsize first item in multiselect, fix #16174 | ||||
| * | | ellipsize first item in multiselect, fix #16174 | Jan-Christoph Borchardt | 2015-05-12 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #16104 from owncloud/resize-filepicker | Jan-Christoph Borchardt | 2015-05-12 | 2 | -2/+7 |
|\ \ | |/ |/| | Resize filepicker on window size change | ||||
| * | add max-width of 600px to filepicker | Morris Jobke | 2015-05-06 | 1 | -1/+2 |
| | | |||||
| * | Resize filepicker on window size change | Morris Jobke | 2015-05-06 | 1 | -1/+5 |
| | | | | | | | | | | * add 20 px space to each direction -> 10px padding to left, right, top and bottom * fixes #16100 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-11 | 4 | -2/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-10 | 6 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-09 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-08 | 18 | -22/+132 |
| | | |||||
* | | Merge pull request #16035 from ↵ | Thomas Müller | 2015-05-07 | 3 | -5/+25 |
|\ \ | | | | | | | | | | | | | owncloud/issue-15975-occ-encryption-enable-warning-no-module Display a message when there is a problem with the default module | ||||
| * | | Display a message when there is a problem with the default module | Joas Schilling | 2015-05-04 | 3 | -5/+25 |
| | | | |||||
* | | | Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page | Morris Jobke | 2015-05-07 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | Display the module settings in the list of the encryption modules | ||||
| * | | | Display the module settings in the list of the encryption modules | Joas Schilling | 2015-05-04 | 1 | -0/+6 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-07 | 110 | -120/+12 |
| | | | |||||
* | | | Merge pull request #16067 from owncloud/verbosity-in-app-code-check | Lukas Reschke | 2015-05-06 | 1 | -6/+17 |
|\ \ \ | |_|/ |/| | | Add verbosity option to app:check-code | ||||
| * | | Add verbosity option to app:check-code | Morris Jobke | 2015-05-05 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | * by default only lists files with errors * option -v lists all files even if there are no errors | ||||
* | | | Merge pull request #16017 from owncloud/proper-update-notification | Morris Jobke | 2015-05-06 | 2 | -4/+35 |
|\ \ \ | | | | | | | | | Use OC.Notification for update notifications | ||||
| * | | | Use OC.Notification for update notifications | Morris Jobke | 2015-05-03 | 2 | -4/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * instead of a static rendering inside PHP use the JS OC.Notification.showTemporary to hide the notification after 7 seconds automatically * fixes #14811 | ||||
* | | | | Merge pull request #16037 from owncloud/enc_dont_disable_encryption | Jan-Christoph Borchardt | 2015-05-05 | 1 | -0/+4 |
|\ \ \ \ | |_|/ / |/| | | | don't let the the user disable encryption once it was activated | ||||
| * | | | Don't highlight disabled labels on hover | Morris Jobke | 2015-05-05 | 1 | -0/+4 |
| | |/ | |/| | |||||
* | | | Fix the "app-id" parameter description of app:check-code | Joas Schilling | 2015-05-05 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-05 | 2 | -0/+2 |
| | | | |||||
* | | | Add an occ command to get the status of encryption | Joas Schilling | 2015-05-04 | 2 | -0/+57 |
| | | | |||||
* | | | Merge pull request #15772 from ↵ | Joas Schilling | 2015-05-04 | 2 | -1/+26 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/issue-15771-dont-restrict-permissions-for-share-owner Do not restrict permissions for the original owner | ||||
| * | | Added unit test for reshare by share owner | Vincent Petry | 2015-04-29 | 1 | -0/+25 |
| | | | |||||
| * | | Do not restrict permissions for the original owner | Joas Schilling | 2015-04-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #15958 from owncloud/usage-of-public-log-interface | Thomas Müller | 2015-05-04 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use internally \OCP\ILogger instead of \OC\Log | ||||
| * | | | Use internally \OCP\ILogger instead of \OC\Log | Morris Jobke | 2015-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * this is the preparation for some upcoming logger related changes * also fixes an issue in the public interface where we request an internal class as parameter | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-04 | 2 | -0/+8 |
| | | | | |||||
* | | | | Merge pull request #16009 from owncloud/fix-searchresults | Morris Jobke | 2015-05-03 | 1 | -4/+6 |
|\ \ \ \ | |_|_|/ |/| | | | fix search results from other places, account for margin-bottom in files list | ||||
| * | | | fix search results from other places, account for margin-bottom in files list | Jan-Christoph Borchardt | 2015-05-02 | 1 | -4/+6 |
| | | | | |||||
* | | | | Merge pull request #16001 from owncloud/add-multiselect-new-title | Morris Jobke | 2015-05-02 | 2 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | also add title to multiselect create new element, force multiselect wider width, fix #15954 | ||||
| * | | | | force minimum multiselect width to properly show longer groups | Jan-Christoph Borchardt | 2015-05-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | also add title to multiselect create new element, fix #15954 | Jan-Christoph Borchardt | 2015-05-01 | 1 | -1/+2 |
| |/ / / | |||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-02 | 2 | -6/+6 |
|/ / / |