summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-264-2/+32
|
* Merge pull request #15190 from owncloud/hide-update-notification-on-mobileMorris Jobke2015-03-251-0/+5
|\ | | | | do not show update notification on mobile, fix overlapping of header menus
| * do not show update notification on mobile, fix overlapping of header menus, ↵Jan-Christoph Borchardt2015-03-251-0/+5
| | | | | | | | fix #10544
* | highlight active user menu entryJan-Christoph Borchardt2015-03-251-2/+7
|/
* Merge pull request #14970 from owncloud/sidebar-enhancementsJan-Christoph Borchardt2015-03-251-0/+2
|\ | | | | sidebar fixes
| * fix position of 'Deleted files' sidebar entry, fix #10815Jan-Christoph Borchardt2015-03-181-0/+1
| |
| * add bottom padding to sidebar, fix last element being hidden below settings, ↵Jan-Christoph Borchardt2015-03-171-0/+1
| | | | | | | | fix #13264
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-254-0/+26
| |
* | Merge pull request #15048 from owncloud/avatar-crop-squareMorris Jobke2015-03-241-1/+1
|\ \ | | | | | | round width and height when cropping avatar
| * | round width and height when cropping avatarRobin Appelman2015-03-201-1/+1
| | |
* | | Don't use hardcoded date and timeDaniel Hansson2015-03-241-1/+1
| | | | | | | | | Use local time instead. http://momentjs.com/
* | | Merge pull request #15143 from owncloud/24h-time-formatJan-Christoph Borchardt2015-03-241-1/+1
|\ \ \ | | | | | | | | Use 24h format instead of 12h format
| * | | Use 24h format instead of 12h formatDaniel Hansson2015-03-241-1/+1
| | | | | | | | | | | | Use correct time format in WebUI
* | | | Merge pull request #15142 from owncloud/issue/15138-feedback-for-empty-apps-listMorris Jobke2015-03-243-9/+18
|\ \ \ \ | | | | | | | | | | Issue/15138 feedback for empty apps list
| * | | | Use the same style when no search result was foundJoas Schilling2015-03-242-6/+11
| | | | |
| * | | | Display a message when no apps can be found for this oc versionJoas Schilling2015-03-241-3/+7
| | | | |
* | | | | Merge pull request #15012 from Volker-E/masterMorris Jobke2015-03-2411-53/+40
|\ \ \ \ \ | |_|/ / / |/| | | | fixing #15011 by adding ARIA roles where distinct
| * | | | fixing #15023, getting comments out of HTML outputVolker E2015-03-213-6/+7
| | | | |
| * | | | fixing #15027, cleaning up obsolete IE5-7 workaround codeVolker E2015-03-199-40/+26
| | | | |
| * | | | fixing #15011 by adding ARIA roles where distinctVolker E2015-03-182-7/+7
| | | | |
* | | | | Revert "Change to 24H format instead of 12H format"Vincent Petry2015-03-241-1/+1
| |/ / / |/| | | | | | | | | | | This reverts commit 8279dde97a8f93b74eb733d243d6a5bb41aa15e3.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-244-0/+4
| | | |
* | | | Change to 24H format instead of 12H formatDaniel Hansson2015-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | Update how the time shows in WebUI. My first PR to core, woha. :)
* | | | Merge pull request #15121 from owncloud/email-sent-unboldMorris Jobke2015-03-231-4/+4
|\ \ \ \ | | | | | | | | | | unbold share email sent notification
| * | | | unbold share email sent notificationJan-Christoph Borchardt2015-03-231-4/+4
| | | | |
* | | | | Merge pull request #14862 from owncloud/introduce-shipped.json-masterMorris Jobke2015-03-231-0/+35
|\ \ \ \ \ | | | | | | | | | | | | shipped apps are now defined in core/shipped.json - the shipped tag in i...
| * | | | | adding enterprise apps to shipped.jsonThomas Müller2015-03-231-11/+20
| | | | | |
| * | | | | Update shipped.jsonThomas Müller2015-03-161-1/+2
| | | | | |
| * | | | | shipped apps are now defined in core/shipped.json - the shipped tag in ↵Thomas Müller2015-03-131-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | info.xml is ignored from now on - never trust an app :speak_no_evil:
* | | | | | combine labels with inputs in sharing dialog, fix #14796Jan-Christoph Borchardt2015-03-232-6/+5
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-236-10/+20
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-2216-0/+16
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-212-0/+10
| | | | |
* | | | | Merge pull request #14857 from owncloud/preview-provider-registration-in-managerThomas Müller2015-03-202-4/+3
|\ \ \ \ \ | | | | | | | | | | | | Preview provider registration in manager
| * | | | | Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-1/+1
| | | | | |
| * | | | | Use the PreviewManager where possibleJoas Schilling2015-03-161-3/+2
| | | | | |
* | | | | | Merge pull request #11884 from owncloud/ext-appframeworkVincent Petry2015-03-201-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cleanup ext storage CRUD code, introduce storage config id
| * | | | | | Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI
* | | | | | | Merge pull request #15046 from owncloud/exception-show-typeRobin McCorkell2015-03-201-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | show exception type in debug mode
| * | | | | | | show exception type in debug modeRobin Appelman2015-03-201-0/+1
| | |_|_|_|/ / | |/| | | | |
* / | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-204-2/+12
|/ / / / / /
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-194-0/+18
| | | | | |
* | | | | | Merge pull request #14981 from Volker-E/masterJan-Christoph Borchardt2015-03-1812-74/+61
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | addressing #14978 - remove html root classes targeting IE6/IE7
| * | | | | addressing #14984 removing redundant type attributesVolker E2015-03-183-6/+6
| | | | | |
| * | | | | addressing #14983 obsolete Google Chrome FrameVolker E2015-03-183-3/+3
| | | | | |
| * | | | | addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-1712-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | should be removed
| * | | | | adressing #14979 meta charset declaration should be first in headVolker E2015-03-173-3/+3
| | | | | |
| * | | | | addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-171-6/+2
| | | | | |
| * | | | | addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-172-13/+4
| | |_|_|/ | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-1810-66/+140
| | | | |