summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-195-9/+16
|\ | | | | Wave accessibility compliance
| * get rid of unnecessary alt and title attributesJan-Christoph Borchardt2014-12-181-1/+1
| |
| * better color contrast for focused buttonsJan-Christoph Borchardt2014-12-181-2/+2
| |
| * add missing input labels for Share dialogJan-Christoph Borchardt2014-12-181-0/+4
| |
| * fix searchbox labelJan-Christoph Borchardt2014-12-181-1/+1
| |
| * fix accessibility of logosJan-Christoph Borchardt2014-12-183-5/+8
| |
* | Merge pull request #12759 from owncloud/core-reduce-js-and-cssJörn Friedrich Dreyer2014-12-184-34/+19
|\ \ | |/ |/| make sure styles and scripts are only loaded once
| * load showpassord.js conditionally in the template only if neededThomas Müller2014-12-163-29/+11
| |
| * use script instead of \OCP\Util methodsThomas Müller2014-12-161-5/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-182-0/+6
| |
* | Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-182-2/+17
|\ \ | | | | | | More accessibility fixes for Files
| * | add label for search field for screen readersJan-Christoph Borchardt2014-12-171-0/+3
| | |
| * | use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-171-1/+12
| | |
| * | add empty alt text for user imageJan-Christoph Borchardt2014-12-171-1/+2
| | |
* | | add empty state for external storagesJan-Christoph Borchardt2014-12-173-0/+8
| | |
* | | use empty state for 'Shared with you' as wellJan-Christoph Borchardt2014-12-171-0/+3
| | |
* | | even better empty state for Favorites, and general Empty State styleJan-Christoph Borchardt2014-12-171-0/+11
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2014-12-1712-14/+76
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-166-0/+24
|
* Merge pull request #12360 from owncloud/files-tagsLukas Reschke2014-12-152-1/+21
|\ | | | | Add favorites to files app
| * Load handlebars in coreVincent Petry2014-12-151-1/+2
| |
| * Added favorites feature to the files appVincent Petry2014-12-151-0/+19
| |
* | Merge pull request #12555 from owncloud/app_specific_searchJörn Friedrich Dreyer2014-12-151-1/+8
|\ \ | | | | | | introduce inApps[] filter for search via ajax query
| * | introduce inApps[] filter for search via ajax query, make file results show ↵Jörn Friedrich Dreyer2014-12-101-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | up in files app only use more flexible return type check array with !empty instead of count
* | | Merge pull request #11991 from owncloud/bower-jquery-uiMorris Jobke2014-12-159-134/+349
|\ \ \ | |_|/ |/| | bower jquery-ui - exported changes to a separate css file
| * | bower jquery-ui - exported changes to a separate css fileMorris Jobke2014-12-139-134/+349
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-152-0/+28
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-146-0/+20
|/ /
* | Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke2014-12-132-5/+5
|\ \ | | | | | | Move file thumbnail element into the label tag
| * | Move file thumbnail into the label elementVincent Petry2014-12-112-5/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1318-44/+106
| | |
* | | Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman2014-12-123-0/+115
|\ \ \ | | | | | | | | Simple Plugin system for Javascript
| * | | Simple Plugin system for JavascriptVincent Petry2014-12-013-0/+115
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-126-0/+26
| | |
* | | Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke2014-12-121-30/+43
|\ \ \ | | | | | | | | Handle readonly shared files
| * | | show readonly message in file conflict dialog, make it always selectedJörn Friedrich Dreyer2014-12-111-30/+43
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1220-2/+22
| | | |
* | | | Merge pull request #12781 from owncloud/jenkins-curl-open-basedirMorris Jobke2014-12-111-6/+46
|\ \ \ \ | |_|_|/ |/| | | [Jenkins only] curl open basedir
| * | | Check if open_basedir is setLukas Reschke2014-12-111-6/+46
| | | | | | | | | | | | | | | | | | | | | | | | The file:// protocol does not work with curl when an open_basedir is set. This fixes https://github.com/owncloud/core/issues/12016
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1174-74/+0
|/ / /
* | | improve update error page: adjust line height of h2Jan-Christoph Borchardt2014-12-101-0/+1
| | |
* | | improve update error page: remove box, make link visible, insert missing ↵Jan-Christoph Borchardt2014-12-102-3/+7
| | | | | | | | | | | | space, remove line break
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1084-0/+84
| | |
* | | Merge pull request #12664 from owncloud/fix-12164Thomas Müller2014-12-102-2/+6
|\ \ \ | | | | | | | | Use httphelper and cache response even when it is empty
| * | | Inject configVictor Dubiniuk2014-12-102-2/+3
| | | |
| * | | Use httphelper and cache response even when it emptyVictor Dubiniuk2014-12-062-2/+5
| | | |
* | | | Merge pull request #11214 from owncloud/issue/10836Morris Jobke2014-12-092-5/+20
|\ \ \ \ | | | | | | | | | | Add an option to disallow sending sharing emails to non-owncloud users
| * | | | Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-092-5/+20
| | | | | | | | | | | | | | | | | | | | Fix #10836
* | | | | Merge pull request #12651 from owncloud/add-requesttoken-to-base-templateThomas Müller2014-12-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Add requesttoken to base template
| * | | | Add requesttoken to base templateLukas Reschke2014-12-051-1/+1
| |/ / / | | | | | | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/12580