summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-20448-610/+794
* Merge pull request #12972 from owncloud/use-https-where-possibleTom Needham2014-12-191-2/+2
|\
| * Link to HTTPS pageLukas Reschke2014-12-191-2/+2
* | Fix Undefined variable: result at tags.php#231derkostka2014-12-191-4/+4
* | Merge pull request #12749 from owncloud/server2server-sharing-ngBjörn Schießle2014-12-1930-247/+948
|\ \
| * | Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-1930-247/+948
| |/
* | Merge pull request #12101 from owncloud/ldap_split_mappingblizzz2014-12-1915-282/+573
|\ \ | |/ |/|
| * Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon2014-12-1915-282/+573
* | Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-modeLukas Reschke2014-12-192-0/+12
|\ \
| * | Add ultra-slim hack for incognito modeLukas Reschke2014-12-172-0/+12
* | | Merge pull request #12956 from owncloud/jenkins-user-backend-namesThomas Müller2014-12-1911-11/+105
|\ \ \
| * | | introduce names for user backends - IUserBackendMorris Jobke2014-12-1911-11/+105
* | | | Merge pull request #12935 from owncloud/public-tagsmanagerissueMorris Jobke2014-12-192-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Only populate tags in main file listVincent Petry2014-12-182-1/+1
* | | | Also add secretLukas Reschke2014-12-191-1/+1
* | | | Merge pull request #12954 from owncloud/hhvm-apc-clearLukas Reschke2014-12-191-1/+1
|\ \ \ \
| * | | | HHVM: In APC cache clear, only request the cache key in APCIterator.Andreas Fischer2014-12-191-1/+1
* | | | | Merge pull request #12918 from owncloud/use-uid-instead-of-login-nameMorris Jobke2014-12-191-1/+1
|\ \ \ \ \
| * | | | | Return UID instead of login nameLukas Reschke2014-12-171-1/+1
* | | | | | Merge pull request #12926 from owncloud/master-pear5Thomas Müller2014-12-191-0/+0
|\ \ \ \ \ \
| * | | | | | Update 3rdparty submodule to restore PEAR5.phpAndreas Fischer2014-12-181-0/+0
* | | | | | | Merge pull request #12906 from owncloud/keyboardnav-feedbackThomas Müller2014-12-195-11/+42
|\ \ \ \ \ \ \
| * | | | | | | proper feedback for breadcrumbs when tabbing with keyboardJan-Christoph Borchardt2014-12-191-0/+1
| * | | | | | | improve keyboard navigation feedback for certain buttonsJan-Christoph Borchardt2014-12-191-0/+1
| * | | | | | | introduce first 'Skip to content' buttonJan-Christoph Borchardt2014-12-192-4/+27
| * | | | | | | first part of fixing feedback for file list when using keyboardJan-Christoph Borchardt2014-12-191-4/+9
| * | | | | | | fix feedback for apps menu when using keyboardJan-Christoph Borchardt2014-12-191-3/+3
| * | | | | | | fix feedback for app navigation when using keyboardJan-Christoph Borchardt2014-12-191-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #12921 from owncloud/user-mail-user-managementThomas Müller2014-12-199-79/+253
|\ \ \ \ \ \ \
| * | | | | | | Mail address of users is now changable in the user managementMorris Jobke2014-12-189-79/+253
* | | | | | | | Merge pull request #12948 from owncloud/wordingJörn Friedrich Dreyer2014-12-191-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | change 'Allow Public Upload' to more understandable 'Allow editing', fix #10438Jan-Christoph Borchardt2014-12-181-1/+1
| * | | | | | | | change 'update' to more understandable 'change', fix #10408Jan-Christoph Borchardt2014-12-181-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #12865 from owncloud/files-tags-webdavMorris Jobke2014-12-198-7/+800
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix code style issues for tags pluginVincent Petry2014-12-183-6/+4
| * | | | | | | | Remove obsolete methodVincent Petry2014-12-181-8/+0
| * | | | | | | | Returns and update tags through WebDAV PROPFIND and PROPPATCHVincent Petry2014-12-178-7/+810
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-19364-222/+1158
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-1914-33/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | properly escape variableJan-Christoph Borchardt2014-12-181-1/+1
| * | | | | | | | get rid of unnecessary alt and title attributesJan-Christoph Borchardt2014-12-182-3/+3
| * | | | | | | | fix accessibility for deleted filesJan-Christoph Borchardt2014-12-183-5/+10
| * | | | | | | | more alt text and label fixes in Personal settingsJan-Christoph Borchardt2014-12-181-6/+15
| * | | | | | | | add empty alt text to decorative preview of public share imageJan-Christoph Borchardt2014-12-181-1/+1
| * | | | | | | | better color contrast for focused buttonsJan-Christoph Borchardt2014-12-181-2/+2
| * | | | | | | | fix accessibility for 'New' file inputsJan-Christoph Borchardt2014-12-181-1/+6
| * | | | | | | | add missing input labels for Share dialogJan-Christoph Borchardt2014-12-181-0/+4
| * | | | | | | | fix accessibility of file uploadJan-Christoph Borchardt2014-12-183-8/+12
| * | | | | | | | fix searchbox labelJan-Christoph Borchardt2014-12-181-1/+1
| * | | | | | | | fix accessibility of logosJan-Christoph Borchardt2014-12-184-6/+13
| | |_|_|_|_|/ / | |/| | | | | |