Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change Documents default typeface from serif to sans-serif | Jan-Christoph Borchardt | 2014-12-19 | 1 | -0/+0 |
| | |||||
* | Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-mode | Lukas Reschke | 2014-12-19 | 2 | -0/+12 |
|\ | | | | | Add ultra-slim hack for incognito mode | ||||
| * | Add ultra-slim hack for incognito mode | Lukas Reschke | 2014-12-17 | 2 | -0/+12 |
| | | | | | | | | As discussed at https://github.com/owncloud/core/pull/12912#issuecomment-67391155 | ||||
* | | Merge pull request #12956 from owncloud/jenkins-user-backend-names | Thomas Müller | 2014-12-19 | 11 | -11/+105 |
|\ \ | | | | | | | [jenkins only] introduce names for user backends - IUserBackend | ||||
| * | | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 11 | -11/+105 |
| | | | | | | | | | | | | * LDAP with multiple servers also proved backendName | ||||
* | | | Merge pull request #12935 from owncloud/public-tagsmanagerissue | Morris Jobke | 2014-12-19 | 2 | -1/+1 |
|\ \ \ | | | | | | | | | Only populate tags in main file list | ||||
| * | | | Only populate tags in main file list | Vincent Petry | 2014-12-18 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Moved populateTags to be done on the main file list. This prevents the public file list to go through the same code and cause an error when there is no user. | ||||
* | | | | Also add secret | Lukas Reschke | 2014-12-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #12954 from owncloud/hhvm-apc-clear | Lukas Reschke | 2014-12-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | HHVM: In APC cache clear, only request the cache key in APCIterator. | ||||
| * | | | | HHVM: In APC cache clear, only request the cache key in APCIterator. | Andreas Fischer | 2014-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default value of the $format parameter of the APCIterator constructur is APC_ITER_ALL which instructs the iterator to provide all available information on cache values being iterated over. Only the key value is necessary for matching and deletion via apc_delete(), though. This prevents a "Format values FILENAME, DEVICE, INODE, MD5, NUM_HITS, MTIME, CTIME, DTIME, ATIME, REFCOUNT not supported yet." notice on HHVM. | ||||
* | | | | | Merge pull request #12918 from owncloud/use-uid-instead-of-login-name | Morris Jobke | 2014-12-19 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Return UID instead of login name | ||||
| * | | | | | Return UID instead of login name | Lukas Reschke | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Without this OCS on LDAP is broken for API requests coming via Basic Authentication... | ||||
* | | | | | | Merge pull request #12926 from owncloud/master-pear5 | Thomas Müller | 2014-12-19 | 1 | -0/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update 3rdparty submodule to restore PEAR5.php | ||||
| * | | | | | | Update 3rdparty submodule to restore PEAR5.php | Andreas Fischer | 2014-12-18 | 1 | -0/+0 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #12906 from owncloud/keyboardnav-feedback | Thomas Müller | 2014-12-19 | 5 | -11/+42 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Accessibility: Keyboard navigation feedback | ||||
| * | | | | | | | proper feedback for breadcrumbs when tabbing with keyboard | Jan-Christoph Borchardt | 2014-12-19 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | improve keyboard navigation feedback for certain buttons | Jan-Christoph Borchardt | 2014-12-19 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | introduce first 'Skip to content' button | Jan-Christoph Borchardt | 2014-12-19 | 2 | -4/+27 |
| | | | | | | | | |||||
| * | | | | | | | first part of fixing feedback for file list when using keyboard | Jan-Christoph Borchardt | 2014-12-19 | 1 | -4/+9 |
| | | | | | | | | |||||
| * | | | | | | | fix feedback for apps menu when using keyboard | Jan-Christoph Borchardt | 2014-12-19 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | fix feedback for app navigation when using keyboard | Jan-Christoph Borchardt | 2014-12-19 | 1 | -0/+1 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #12921 from owncloud/user-mail-user-management | Thomas Müller | 2014-12-19 | 9 | -79/+253 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Mail address of users is now changable in the user management | ||||
| * | | | | | | | Mail address of users is now changable in the user management | Morris Jobke | 2014-12-18 | 9 | -79/+253 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * introduced new route settings/users/{id}/mailAddress * kept old responses * better error messages * dropped lostpassword.php from settings/ajax * cleaned up the UserList.add() and hand in user object instead of each attribute as another parameter * check for change permission of mail address * proper response messages | ||||
* | | | | | | | | Merge pull request #12948 from owncloud/wording | Jörn Friedrich Dreyer | 2014-12-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Wording fixes for sharing dialog | ||||
| * | | | | | | | | change 'Allow Public Upload' to more understandable 'Allow editing', fix #10438 | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | change 'update' to more understandable 'change', fix #10408 | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #12865 from owncloud/files-tags-webdav | Morris Jobke | 2014-12-19 | 8 | -7/+800 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Returns tags through WebDAV | ||||
| * | | | | | | | | Fix code style issues for tags plugin | Vincent Petry | 2014-12-18 | 3 | -6/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove obsolete method | Vincent Petry | 2014-12-18 | 1 | -8/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Returns and update tags through WebDAV PROPFIND and PROPPATCH | Vincent Petry | 2014-12-17 | 8 | -7/+810 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added oc:tags and oc:favorites in PROPFIND response. It is possible to update them with PROPPATCH. These properties are optional which means they need to be requested explicitly | ||||
* | | | | | | | | | [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 |