aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* merge CSS rulesMorris Jobke2014-03-311-4/+2
|
* Removes highlighting of selected items, padding from apps management.raghunayyar2014-03-301-3/+0
|
* Adds Style changes to app-navigation in core/css/apps.cssraghunayyar2014-03-241-2/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-03-2043-127/+11
|
* Fix #7758jbtbnl2014-03-191-1/+1
|
* Merge pull request #7557 from owncloud/issue/7297Vincent Petry2014-03-192-1/+21
|\ | | | | Do not allow setting an expiration date in the past
| * Use tipsy to display error when selecting a date in the pastJoas Schilling2014-03-191-2/+10
| |
| * Do not allow setting an expiration date in the pastJoas Schilling2014-03-052-1/+13
| | | | | | | | Fix #7297
* | Merge pull request #7790 from owncloud/fix/7788Thomas Müller2014-03-192-18/+0
|\ \ | | | | | | drop file cache migration OC5 -> OC6
| * | drop file cache migration OC5 -> OC6Thomas Müller2014-03-182-18/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-191-0/+6
| | |
* | | Set overflow-y to autoThomas Tanghus2014-03-181-1/+1
|/ /
* | Merge pull request #7727 from owncloud/cli-trusteddomainupgradewarningicewind19912014-03-171-0/+26
|\ \ | | | | | | Added warning for trusted_domains after CLI upgrade
| * | Added warning for trusted_domains after CLI upgradeVincent Petry2014-03-141-0/+26
| | | | | | | | | | | | | | | If trusted_domains is not set after a CLI upgrade, show a warning in the output.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-171-0/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-153-2/+26
| | |
* | | add 'body-public' ID to body in base layout so it can be identified via CSSJan-Christoph Borchardt2014-03-141-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-134-0/+205
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-131-0/+8
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-03-1264-3/+139
| |
* | Merge pull request #7652 from owncloud/localStorage_removeVincent Petry2014-03-111-0/+3
|\ \ | | | | | | Add OC.localStorage.removeItem()
| * | Fix copy/paste errorThomas Tanghus2014-03-101-1/+1
| | |
| * | Add function remove() to OC.localeStorageThomas Tanghus2014-03-101-0/+3
| | |
* | | Merge pull request #7659 from owncloud/fix-7596Vincent Petry2014-03-111-2/+9
|\ \ \ | | | | | | | | Fix 7596
| * | | send an individual email to each recipientThomas Müller2014-03-101-2/+9
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-1177-216/+575
|/ / /
* | | Merge pull request #7600 from ideaship/fix_escaped_htmlVincent Petry2014-03-101-1/+1
|\ \ \ | |/ / |/| | fix: use print_escaped for radio button "checked"
| * | fix: use print_escaped for radio button "checked"ideaship2014-03-061-1/+1
| | | | | | | | | | | | | | | use of p() results in escaped HTML code: checked="checked" where it should be: checked="checked"
* | | Merge pull request #7567 from owncloud/apps-scroll-settingsJan-Christoph Borchardt2014-03-091-0/+3
|\ \ \ | | | | | | | | restrict height of settings and make scrollable
| * | | restrict height of settings and make scrollableJan-Christoph Borchardt2014-03-051-0/+3
| | | |
* | | | Merge pull request #7592 from owncloud/fixstoragefreespaceVincent Petry2014-03-061-0/+7
|\ \ \ \ | | | | | | | | | | Fixed upload issue when free space is not known (ex: FTP)
| * | | | Added testArea for JS Unit testsVincent Petry2014-03-061-0/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a testArea that is outside the viewport but still considered as visible from the jQuery code. The testArea is useful when: - tested code tries to access DOM elements using global ids - tested code is requiring some UI elements to be visible to activate themselves
* | | | Revert "adding new javascript function OC.generateUrl(url, params)"Morris Jobke2014-03-061-24/+0
| | | | | | | | | | | | | | | | This reverts commit 8e667d1934d6bd9b4344ac624fdd2846c89abb0a.
* | | | Merge pull request #7579 from owncloud/introduce-generateUrl-masterMorris Jobke2014-03-062-0/+33
|\ \ \ \ | | | | | | | | | | Introduce OC.generateUrl() in master
| * | | | adding js unit tests for OC.generateUrl()Thomas Müller2014-03-061-0/+9
| | | | |
| * | | | adding new javascript function OC.generateUrl(url, params)Thomas Müller2014-03-061-0/+24
| |/ / /
* | | | Merge pull request #7494 from owncloud/fix-7307Vincent Petry2014-03-068-138/+62
|\ \ \ \ | | | | | | | | | | Replace OC.Router.generate() with OC.generateUrl()
| * | | | Merge branch 'master' into fix-7307Thomas Müller2014-03-067-21/+30
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/js/router.js settings/js/admin.js
| * | | | Removed obsolete OC.Router stubs in specHelperVincent Petry2014-03-051-10/+0
| | | | |
| * | | | fixing js unit testsThomas Müller2014-03-053-11/+5
| | | | |
| * | | | adding JSDoc + remove unused functionThomas Müller2014-03-021-5/+8
| | | | |
| * | | | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-025-118/+55
| | | | |
* | | | | fix noise not repeatingJan-Christoph Borchardt2014-03-061-1/+1
| |/ / / |/| | |
* | | | Merge pull request #7569 from owncloud/scrutinizer-tabsJan-Christoph Borchardt2014-03-052-15/+15
|\ \ \ \ | | | | | | | | | | fix some spaces to tabs issues reported by Scrutinizer
| * | | | fix some spaces to tabs issues reported by ScrutinizerJan-Christoph Borchardt2014-03-052-15/+15
| | |/ / | |/| |
* | | | Merge pull request #7566 from owncloud/button-outlinesMorris Jobke2014-03-051-0/+1
|\ \ \ \ | |/ / / |/| | | Adds 0 Outlines to Buttons
| * | | Adds 0 Outlines to Buttonsraghunayyar2014-03-051-0/+1
| | | |
* | | | add hover/focus states for star icons to hint at actionJan-Christoph Borchardt2014-03-051-2/+6
|/ / /
* | | Merge pull request #7554 from owncloud/issue/7304Morris Jobke2014-03-052-2/+6
|\ \ \ | |_|/ |/| | Fix position of eye icon on database password field
| * | Fix position of eye icon on database password fieldJoas Schilling2014-03-052-2/+6
| | | | | | | | | | | | Fix #7304