Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-02 | 6 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-01 | 32 | -6/+74 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-31 | 202 | -896/+390 |
| | |||||
* | Merge pull request #17805 from owncloud/avatar-handle-errors | Roeland Douma | 2015-07-31 | 4 | -6/+59 |
|\ | | | | | [avatar] add error handlers for avatar setup | ||||
| * | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 4 | -6/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | | Merge pull request #17994 from owncloud/server-status | Robin McCorkell | 2015-07-30 | 2 | -13/+14 |
|\ \ | | | | | | | correct order and capitalization of 'Server status' admin settings entry | ||||
| * | | correct order and capitalization of 'Server status' admin settings entry, ↵ | Jan-Christoph Borchardt | 2015-07-30 | 2 | -13/+14 |
| | | | | | | | | | | | | fix #17395 | ||||
* | | | Merge pull request #17993 from owncloud/simplecontainertest-fix | Robin McCorkell | 2015-07-30 | 1 | -4/+2 |
|\ \ \ | | | | | | | | | Fix incorrect test naming in SimpleContainerTest | ||||
| * | | | Fix incorrect test naming | Robin McCorkell | 2015-07-30 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | `tesOverrideService()` was incorrect and wasn't getting called by PHPUnit. Also, the unit test itself was wrong, but went unnoticed because of point 1. | ||||
* | | | | Merge pull request #17175 from owncloud/add-download-feedback | Morris Jobke | 2015-07-30 | 8 | -13/+147 |
|\ \ \ \ | |/ / / |/| | | | Add loading spinner to download icon | ||||
| * | | | move updateFileActionSpinner to OCA.Files.FileActions | Morris Jobke | 2015-07-22 | 3 | -24/+24 |
| | | | | |||||
| * | | | refactor this to proper separation of concerns | Morris Jobke | 2015-07-15 | 3 | -19/+39 |
| | | | | |||||
| * | | | refactoring into proper methods | Morris Jobke | 2015-07-07 | 4 | -58/+65 |
| | | | | |||||
| * | | | Fix unit tests and introduce better mocks of the HTML | Morris Jobke | 2015-07-07 | 2 | -7/+7 |
| | | | | |||||
| * | | | Add proper download started feedback | Morris Jobke | 2015-07-07 | 3 | -12/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * this code adds a cookie when a special get parameter is set * the content of this get parameter is used as value for the cookie * the cookie expires after 20 seconds * the JS code checks every 500 milliseconds for the cookie -> if the cookie is set the request returned and the download is started | ||||
| * | | | Make download status fully visible | Morris Jobke | 2015-07-07 | 1 | -0/+8 |
| | | | | |||||
| * | | | Reduce timeout for download spinner to 2 seconds | Morris Jobke | 2015-07-07 | 2 | -2/+2 |
| | | | | |||||
| * | | | Add loading spinner to multi select download button | Morris Jobke | 2015-07-07 | 1 | -0/+20 |
| | | | | |||||
| * | | | Fix layout of disabled links in the file list | Morris Jobke | 2015-07-07 | 2 | -3/+27 |
| | | | | | | | | | | | | | | | | * also disable download button after click | ||||
| * | | | Add loading spinner to download icon | Morris Jobke | 2015-07-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | * vanishes after 7 seconds | ||||
* | | | | Merge pull request #17981 from owncloud/correct-regex | Thomas Müller | 2015-07-30 | 2 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | Correct regular expressions | ||||
| * | | | | Add more unit tests | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Correct regular expressions | Lukas Reschke | 2015-07-30 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | Previously the regex was only matching on single characters. Meaning that file names such as ":+1:.txt" where possible while ":+1:" alone never was. This check apparently never worked as expected. | ||||
* | | | | | Merge pull request #17963 from owncloud/remove-derecated-mysql-functions | Morris Jobke | 2015-07-30 | 9 | -155/+253 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Moving mysql setup code over to Doctrine | ||||
| * | | | | Check for PDO instead of removed function for PHP 7 compatibility | Lukas Reschke | 2015-07-30 | 2 | -12/+38 |
| | | | | | |||||
| * | | | | properly mock dependencies for setup tests | Morris Jobke | 2015-07-30 | 1 | -1/+7 |
| | | | | | |||||
| * | | | | - more injection | Thomas Müller | 2015-07-30 | 6 | -67/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully | ||||
| * | | | | Moving mysql setup code over to Doctrine | Thomas Müller | 2015-07-29 | 5 | -95/+109 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-30 | 112 | -172/+144 |
| | | | | | |||||
* | | | | | Merge pull request #17814 from owncloud/update-moment-js | Robin McCorkell | 2015-07-29 | 5 | -3493/+4078 |
|\ \ \ \ \ | |/ / / / |/| | | | | update moment.js to 2.10.3 | ||||
| * | | | | update moment.js to 2.10.3 | Morris Jobke | 2015-07-22 | 5 | -3493/+4078 |
| | | | | | |||||
* | | | | | Merge pull request #17966 from owncloud/remove-mssql | Thomas Müller | 2015-07-29 | 14 | -284/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove remainings of mssql | ||||
| * | | | | | fix unit tests | Morris Jobke | 2015-07-29 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 14 | -282/+9 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #17969 from owncloud/fix-log-file-check | Robin McCorkell | 2015-07-29 | 1 | -1/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | [admin settings] only retrieve log file size if file exists | ||||
| * | | | | | [admin settings] only retrieve log file size if file exists | Morris Jobke | 2015-07-29 | 1 | -1/+4 |
|/ / / / / | | | | | | | | | | | | | | | | * fixes #17467 | ||||
* | | | | | Merge pull request #17965 from owncloud/theme-color | Morris Jobke | 2015-07-29 | 3 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | add theme-color for better Android browser integration | ||||
| * | | | | | add theme-color for better Android browser integration | Jan-Christoph Borchardt | 2015-07-29 | 3 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #17960 from owncloud/inline-button | Morris Jobke | 2015-07-29 | 3 | -2/+10 |
|\ \ \ \ \ | |/ / / / |/| | | | | use inline confirm button style for password-protected links, ref #15176 | ||||
| * | | | | use inline confirm button style for password-protected links, ref #15176 | Jan-Christoph Borchardt | 2015-07-29 | 3 | -2/+10 |
| | | | | | |||||
* | | | | | Merge pull request #17950 from ↵ | Robin McCorkell | 2015-07-29 | 3 | -2/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | owncloud/config-dontdetectfschangesinrootbydefault Disable filesystem_check_changes by default | ||||
| * | | | | Fix watcher tests to explicitly set policy | Vincent Petry | 2015-07-29 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will prevent detecting remote changes done in the data folder / root storage by default. In the rare cases where the data folder is shared with other apps/users outside ownCloud and change detection is needed, the admin will have to set the option explicitly from now on. Note that this doesn't affect external storages which have their own setting in the mount options. | ||||
* | | | | | Merge pull request #17923 from owncloud/fix-17921 | blizzz | 2015-07-29 | 1 | -8/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Remove Log info when no group filter is set, fixes #17921 | ||||
| * | | | | remove unused var | blizzz | 2015-07-29 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Remove Log info when no group filter is set, fixes #17921 | blizzz | 2015-07-28 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | The log message is superfluous and too noisy. If an admin decides not to use groups, he does not need to be reminded about it on almost every request. | ||||
* | | | | | Merge pull request #17813 from owncloud/update-underscore | Morris Jobke | 2015-07-29 | 4 | -561/+768 |
|\ \ \ \ \ | | | | | | | | | | | | | update underscore to 1.8.3 | ||||
| * | | | | | update underscore to 1.8.3 | Morris Jobke | 2015-07-27 | 4 | -561/+768 |
| | | | | | | |||||
* | | | | | | Merge pull request #17946 from owncloud/settings-users-apprenderedforsearchbox | Morris Jobke | 2015-07-29 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Trigger "apprendered" event in users page | ||||
| * | | | | | | Trigger "apprendered" event in users page | Vincent Petry | 2015-07-29 | 1 | -0/+4 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | This will properly update the controls bar width and display the search box initially. |