Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-19 | 364 | -222/+1158 |
| | |||||
* | Merge pull request #12941 from owncloud/wave-accessibility-compliance | Morris Jobke | 2014-12-19 | 14 | -33/+67 |
|\ | | | | | Wave accessibility compliance | ||||
| * | properly escape variable | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | |||||
| * | get rid of unnecessary alt and title attributes | Jan-Christoph Borchardt | 2014-12-18 | 2 | -3/+3 |
| | | |||||
| * | fix accessibility for deleted files | Jan-Christoph Borchardt | 2014-12-18 | 3 | -5/+10 |
| | | |||||
| * | more alt text and label fixes in Personal settings | Jan-Christoph Borchardt | 2014-12-18 | 1 | -6/+15 |
| | | |||||
| * | add empty alt text to decorative preview of public share image | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | |||||
| * | better color contrast for focused buttons | Jan-Christoph Borchardt | 2014-12-18 | 1 | -2/+2 |
| | | |||||
| * | fix accessibility for 'New' file inputs | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+6 |
| | | |||||
| * | add missing input labels for Share dialog | Jan-Christoph Borchardt | 2014-12-18 | 1 | -0/+4 |
| | | |||||
| * | fix accessibility of file upload | Jan-Christoph Borchardt | 2014-12-18 | 3 | -8/+12 |
| | | |||||
| * | fix searchbox label | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | |||||
| * | fix accessibility of logos | Jan-Christoph Borchardt | 2014-12-18 | 4 | -6/+13 |
| | | |||||
* | | Merge pull request #12748 from owncloud/redis_cache | Morris Jobke | 2014-12-19 | 4 | -2/+139 |
|\ \ | | | | | | | Add Redis cache implementation, prefer over memcached, tests & config sample doc | ||||
| * | | Add Redis cache implementation, prefer over memcached, tests & config sample | Jörn Friedrich Dreyer | 2014-12-10 | 4 | -2/+139 |
| | | | |||||
* | | | Merge pull request #12887 from owncloud/logged-in | Thomas Müller | 2014-12-19 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | Add a isLoggedIn method to the usersession and deprecate the isLoggedIn ... | ||||
| * | | | fix tests | Bernhard Posselt | 2014-12-16 | 1 | -4/+2 |
| | | | | |||||
| * | | | use two tests instead of one | Bernhard Posselt | 2014-12-16 | 1 | -4/+18 |
| | | | | |||||
| * | | | add a isLoggedIn method to the usersession and deprecate the isLoggedIn ↵ | Bernhard Posselt | 2014-12-16 | 5 | -1/+49 |
| | | | | | | | | | | | | | | | | method on the api | ||||
* | | | | Merge pull request #12879 from owncloud/mountconfig | Morris Jobke | 2014-12-18 | 19 | -38/+134 |
|\ \ \ \ | | | | | | | | | | | Add mount specific options | ||||
| * | | | | Allow disabling previews per mount | Robin Appelman | 2014-12-17 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 15 | -34/+86 |
| | | | | | |||||
| * | | | | Load mount specific options from the mount config | Robin Appelman | 2014-12-17 | 3 | -4/+43 |
| | | | | | |||||
* | | | | | Merge pull request #12759 from owncloud/core-reduce-js-and-css | Jörn Friedrich Dreyer | 2014-12-18 | 9 | -46/+47 |
|\ \ \ \ \ | | | | | | | | | | | | | make sure styles and scripts are only loaded once | ||||
| * | | | | | load showpassord.js conditionally in the template only if needed | Thomas Müller | 2014-12-16 | 6 | -31/+13 |
| | | | | | | |||||
| * | | | | | use script instead of \OCP\Util methods | Thomas Müller | 2014-12-16 | 1 | -5/+8 |
| | | | | | | |||||
| * | | | | | make sure styles and scripts are only loaded once | Thomas Müller | 2014-12-16 | 2 | -10/+26 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #12896 from owncloud/drop-deprecated | Jörn Friedrich Dreyer | 2014-12-18 | 13 | -44/+44 |
|\ \ \ \ \ | | | | | | | | | | | | | first step to drop \OCP\Config:: in favour of IConfig | ||||
| * | | | | | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 13 | -44/+44 |
| |/ / / / | |||||
* | | | | | Merge pull request #12870 from owncloud/send-mail-new-user | Thomas Müller | 2014-12-18 | 8 | -10/+239 |
|\ \ \ \ \ | | | | | | | | | | | | | Send mail for new users | ||||
| * | | | | | add unit tests for new user create mail | Morris Jobke | 2014-12-16 | 2 | -2/+78 |
| | | | | | | |||||
| * | | | | | Send mail for new users | Morris Jobke | 2014-12-16 | 7 | -10/+163 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | * supply mail address * send mail with username and URL to that mail address * option to temporary enable this feature | ||||
* | | | | | Merge pull request #12947 from owncloud/fix-spinner-file-upload-ie89 | Jan-Christoph Borchardt | 2014-12-18 | 1 | -0/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | show spinner on file upload in IE8, 9 | ||||
| * | | | | | show spinner on file upload in IE8, 9 | Morris Jobke | 2014-12-18 | 1 | -0/+15 |
| | | | | | | |||||
* | | | | | | Merge pull request #12945 from owncloud/hhvm-image | Morris Jobke | 2014-12-18 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | HHVM: Do not call filesize(null), this function expects a string. | ||||
| * | | | | | | Do not call filesize(null), this function expects a string. | Andreas Fischer | 2014-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | filesize(null) yields an int on HHVM and thus exif_imagetype(null) is called. | ||||
* | | | | | | | Merge pull request #12940 from drarko/master | Morris Jobke | 2014-12-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Fix extra quotes in custom tags in header | ||||
| * | | | | | | Fix extra quotes in custom tags in header | drarko | 2014-12-18 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | Fix #12939 | ||||
* | | | | | | Merge pull request #12907 from owncloud/delete-invalid-external-share | Robin Appelman | 2014-12-18 | 2 | -0/+13 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix deleting invalid s2s shares | ||||
| * | | | | | Root always exists | Robin Appelman | 2014-12-17 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | Movable mountpoints are always deletable | Robin Appelman | 2014-12-17 | 1 | -0/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #12925 from owncloud/fix-js-unit-tests | Vincent Petry | 2014-12-18 | 2 | -2/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | be more explicit in JS unit tests - caused by accessibility issues | ||||
| * | | | | be more explicit in JS unit tests - caused by accessibility issues | Morris Jobke | 2014-12-18 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-18 | 400 | -550/+92 |
| | | | | | |||||
* | | | | | Merge pull request #12820 from owncloud/user-management-on-large-screens | Robin McCorkell | 2014-12-18 | 1 | -4/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | fix initial loading limit of user management on large screens | ||||
| * | | | | | fix initial loading limit of user management on large screens | Morris Jobke | 2014-12-12 | 1 | -4/+16 |
| | | | | | | |||||
* | | | | | | Merge pull request #12901 from owncloud/move-ldap-check-to-manager | Robin McCorkell | 2014-12-18 | 2 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move the Null-Byte LDAP check to the user manager | ||||
| * | | | | | | Move the Null-Byte LDAP check to the user manager | Lukas Reschke | 2014-12-17 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing method is deprecated and just a wrapper around the manager method. Since in the future other code paths might call this function instead we need to perform that check here. Related to http://owncloud.org/security/advisory/?id=oc-sa-2014-020 | ||||
* | | | | | | | Merge pull request #12913 from owncloud/hhvm-memcached-clear | Robin McCorkell | 2014-12-18 | 1 | -1/+7 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | HHVM: Add workaround for missing Memcached::deleteMulti() | ||||
| * | | | | | | HHVM: Add workaround for missing Memcached::deleteMulti() | Andreas Fischer | 2014-12-17 | 1 | -1/+7 |
| | |_|/ / / | |/| | | | |