summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #5200 from owncloud/ie8-warning-fixFrank Karlitschek2013-10-201-0/+5
|\ \ \ | |_|/ |/| | Fix warning box in IE8
| * | Fix warning box in IE8Morris Jobke2013-10-161-0/+5
| | | | | | | | | | | | * simulates a black transparent background on a blue pane
* | | remove superfluous input hover color changeJan-Christoph Borchardt2013-10-201-1/+1
| | |
* | | input field background size to white, fix input fields seeming disabled, fix ↵Jan-Christoph Borchardt2013-10-201-1/+3
| | | | | | | | | | | | #5168
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-196-11/+108
| | |
* | | Merge pull request #5338 from frisco82/fixGroupDisplayMorris Jobke2013-10-181-1/+4
|\ \ \ | | | | | | | | Show (group) after groups in share dropdown
| * | | Show (group) after groups in share dropdownRamiro Aparicio2013-10-141-1/+4
| | | |
* | | | Merge pull request #5403 from owncloud/fix-breadcrumbsJan-Christoph Borchardt2013-10-181-1/+2
|\ \ \ \ | | | | | | | | | | correctly position ... overflow in breadcrumbs, fix #5158
| * | | | correctly position ... overflow in breadcrumbs, fix #5158Jan-Christoph Borchardt2013-10-171-1/+2
| | | | |
* | | | | readability: single line -> multiple linesMorris Jobke2013-10-181-4/+10
| | | | |
* | | | | Fix accidental deletion of ifMichael Gapczynski2013-10-181-0/+1
| | | | |
* | | | | Don't show links option in dropdown if disabledMichael Gapczynski2013-10-181-1/+6
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-174-0/+24
| | | |
* | | | Merge pull request #5381 from owncloud/files-sharingstateafteruploadMorris Jobke2013-10-171-39/+58
|\ \ \ \ | | | | | | | | | | Fixed sharing status update for new/uploaded files
| * | | | Added missing var in share.jsVincent Petry2013-10-171-0/+1
| | | | |
| * | | | Fixed sharing status update for new/uploaded filesVincent Petry2013-10-171-39/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creating new files, folders or uploading files now have their sharing icon updated accordingly. For this, the global share status list that is cached in OC.Share.statuses is reused for new files. Performance should improve as the sharing list is now only loaded once per navigation session. In OC.Share, split loadIcons into loadIcons + updateIcons. Fixes #4977
* | | | | new console command to generate sql migration scriptsThomas Müller2013-10-172-0/+47
|/ / / /
* | | | Updates ownCloud title to Application - ownCloudraghunayyar2013-10-171-3/+4
| | | |
* | | | Merge pull request #5262 from owncloud/files-ie8-conflictdialogbrokenfixMorris Jobke2013-10-161-1/+1
|\ \ \ \ | |_|/ / |/| | | Fixed conflict dialog in IE8
| * | | Fixed conflict dialog in IE8Vincent Petry2013-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | - Fixed JS error that prevent the conflict dialog to open #5060 - Fixed JS error that prevented the overwrite case to run
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-1610-2/+139
| | | |
* | | | Merge pull request #5295 from owncloud/show-eye-in-personalRaghu Nayyar2013-10-152-10/+6
|\ \ \ \ | |_|/ / |/| | | Shows The Eye permanently in the Confirm Password field in Personal Settings
| * | | Removes Bogus showpassword js. thx @PVince81raghunayyar2013-10-151-3/+1
| | | |
| * | | Should Display PasswordToggle Eye Everywhere.raghunayyar2013-10-152-8/+1
| | | |
| * | | Shows The Eye permanently in the Confirm Password field in Personal Settings ↵raghunayyar2013-10-122-1/+6
| | | | | | | | | | | | | | | | - fix #5167
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-1368-776/+274
| | | |
* | | | Merge pull request #5253 from owncloud/externalstorage-adminstatusindicatorMorris Jobke2013-10-132-0/+1
|\ \ \ \ | | | | | | | | | | Fixed external storage status indicator in admin page
| * | | | Now using smaller spinner image for status indicatorVincent Petry2013-10-112-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make the status indicator appear smaller, even in IE8 that doesn't support background-size, there is no a smaller animated gif "loading-small" for that purpose.
* | | | | Merge pull request #5290 from owncloud/fixing-5191-masterMorris Jobke2013-10-122-19/+16
|\ \ \ \ \ | | | | | | | | | | | | Installation. Show advanced section on error. Fixes #5191
| * | | | | Improve expand/collapse logicVictor Dubiniuk2013-10-111-16/+13
| | | | | |
| * | | | | Show advanced section on error. Fixes #5191Victor Dubiniuk2013-10-111-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #5287 from owncloud/core-layoutviewportdirectiveThomas Müller2013-10-123-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | Fixed viewport layout using commas instead of semicolons
| * | | | Fixed viewport layout using commas instead of semicolonsVincent Petry2013-10-113-3/+3
| | | | | | | | | | | | | | | | | | | | Fixes #5285
* | | | | Merge pull request #5133 from owncloud/js_vcategories_to_tagsThomas Tanghus2013-10-1115-512/+534
|\ \ \ \ \ | |/ / / / |/| | | | Js vcategories to tags
| * | | | Merge branch 'js_vcategories_to_tags' of github.com:owncloud/core into ↵Thomas Tanghus2013-10-041-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | js_vcategories_to_tags
| | * | | | Fix typoThomas Tanghus2013-10-041-1/+1
| | | | | |
| * | | | | It's 'status', not 'result'!Thomas Tanghus2013-10-041-4/+4
| |/ / / /
| * | | | Remove obsolete files.Thomas Tanghus2013-10-049-490/+0
| | | | |
| * | | | JS version of the OCP\ITags interfaceThomas Tanghus2013-10-046-22/+534
| | |_|/ | |/| |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-106-0/+45
| |_|/ |/| |
* | | Merge pull request #5182 from owncloud/fix-sharring-with-password-screenMorris Jobke2013-10-103-0/+7
|\ \ \ | | | | | | | | Fix password screen for public shares
| * | | Optimize confirm.[svg|png] with optipng and scourkondou2013-10-082-63/+4
| | | |
| * | | Fix password screen for public sharesMorris Jobke2013-10-073-0/+66
| | | | | | | | | | | | | | | | | | | | * Works in IE8, 9, 10, Firefox 24 and Chromium 30 * Credits to Julian Müller @Julian1998
* | | | Merge pull request #5244 from owncloud/more-css-fixesMorris Jobke2013-10-105-2/+7
|\ \ \ \ | | | | | | | | | | More css fixes
| * | | | fix web interface showing very small when accessed on smartphoneJan-Christoph Borchardt2013-10-063-0/+3
| | | | |
| * | | | properly indent contents of folders for app styles, to line up with textJan-Christoph Borchardt2013-10-061-2/+2
| | | | |
| * | | | improve clickability of footer linkJan-Christoph Borchardt2013-10-061-0/+2
| | | | |
* | | | | Merge pull request #5210 from owncloud/sharing_search_users_fixBjörn Schießle2013-10-101-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | find users which are in the same group
| * | | | find users which are in the same groupBjoern Schiessle2013-10-081-1/+1
| | | | |
* | | | | Merge pull request #5183 from owncloud/login-warningstyleVincent Petry2013-10-091-2/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fixed login warning style