summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* no loner use deprecated class \OC_ConfigThomas Müller2014-09-222-3/+16
|
* remove bootstrapping - occ can by definition only be executed if ownCloud is ↵Thomas Müller2014-09-221-8/+0
| | | | installed - base.php is required earlier already
* show upgrade errors as error in the console and report back that the upgrade ↵Thomas Müller2014-09-221-12/+14
| | | | process failed if it did
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-214-5/+16
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-2011-12/+57
|
* Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke2014-09-1959-0/+5419
|\ | | | | Use select2 for the groups excluded from sharing in admin page
| * fit select2 to ownCloud input styleJan-Christoph Borchardt2014-09-101-0/+12
| |
| * Move select2 from files_external to coreVincent Petry2014-09-0958-0/+5407
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-1968-69/+6
| |
* | Merge pull request #11143 from owncloud/improve-404Morris Jobke2014-09-181-2/+5
|\ \ | | | | | | Make 404 page easier to understand
| * | Make 404 page easier to understandLukas Reschke2014-09-171-2/+5
| | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/11133
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-1810-10/+35
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-1739-110/+59
| |
* | Merge pull request #10902 from owncloud/fix-ellepsisLukas Reschke2014-09-161-0/+5
|\ \ | | | | | | Adding link to ellipsis and fixing styling
| * | Adding link to ellipsis and fixing stylingClark Tomlinson2014-09-161-0/+5
| | |
* | | Merge pull request #10896 from owncloud/undo-nav-entryMorris Jobke2014-09-161-0/+35
|\ \ \ | | | | | | | | Add delete undo styles
| * | | add delete undo stylesBernhard Posselt2014-09-161-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use less right padding better styling, fix padding issues no special color for undo nav entry fix fallback width use class for button
* | | | Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-163-1/+212
|\ \ \ \ | | | | | | | | | | Fixed JS sort comparator to be consistent between JS and PHP
| * | | | Fixed sort algo for additional casesVincent Petry2014-08-112-2/+8
| | | | |
| * | | | Fixed file list sortingVincent Petry2014-08-113-1/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using a natural sort algorithm that is more consistent between JS and PHP (although not perfect in some corner cases) - added OC.Util.naturalSortComparator that uses the same algo that was used for the user list - changed user list and files list to use OC.Util.naturalSortComparator - removed toLowerCase() and changed the comparator to use String.localeCompare() - added unit tests - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
* | | | | Merge pull request #11055 from owncloud/replaceprodnameThomas Müller2014-09-161-2/+2
|\ \ \ \ \ | | | | | | | | | | | | replace ownCloud with placeholder
| * | | | | replace ownCloud with placeholderVolkan Gezer2014-09-131-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #10663 from owncloud/files_trashbin_original_pathMorris Jobke2014-09-162-0/+11
|\ \ \ \ \ | | | | | | | | | | | | Show original path information in trashbin and for shares
| * | | | | patch tipsy in style.css - don't patch 3rdparty librariesMorris Jobke2014-09-162-1/+6
| | | | | |
| * | | | | Better tooltip handling of very long stringsRobin McCorkell2014-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Maximum tooltip length now 400px instead of 200px * Overflowing strings create ellipsis (...)
| * | | | | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-112-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Path will only be shown if in subdirectory, not in root.
* | | | | | Revert "improve logo flexibility to fix wide custom logo alignment, fix #9339"Vincent Petry2014-09-162-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 064e6951e1ef792422ff6cf24fce79c2320d4d5e. Reverting due to regression that breaks styles in error page, setup page and others. Fixes #10967
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-165-2/+7
| | | | | |
* | | | | | Merge pull request #11040 from owncloud/fix-app-menu-overlappJan-Christoph Borchardt2014-09-152-2/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove bottom: 0 from app-navigation-entry-utils to prevent the utils form overlapping the whole element....
| * | | | | | add some minor fixes for IE8Morris Jobke2014-09-152-1/+5
| | | | | | |
| * | | | | | remove bottom: 0 to prevent the menu form overlapping the whole element. ↵Bernhard Posselt2014-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This happens if a folder has entries, the menu expands to the very bottom and overlaps all entries and makes them impossible to click fix input width which was changed likely with the icon PR use calc because firefox and chrome have different scrollbar widths which causes firefox to push the button into the next row while everything is well in chrome add normal width for IE8
* | | | | | | Merge pull request #11060 from owncloud/rmobslangLukas Reschke2014-09-152-23/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | remove obsolete language files
| * | | | | | | remove obsolete language filesVolkan Gezer2014-09-132-23/+0
| | | | | | | |
* | | | | | | | Merge pull request #10109 from owncloud/issue_#9793_guestlayoutMorris Jobke2014-09-151-7/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Step one, open guest layout for different styles.
| * | | | | | | | Step one, open guest layout for different styles.Lukas Reschke2014-09-111-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/templates/layout.guest.php Step one, open guest layout for different styles.
* | | | | | | | | Merge pull request #11026 from owncloud/apps-styles-updateMorris Jobke2014-09-151-23/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Apps styles update
| * | | | | | | | use same shade of grey for active navigation items and hoveringJan-Christoph Borchardt2014-09-111-2/+2
| | | | | | | | |
| * | | | | | | | remove icon styles from apps.css as they are in icons.cssJan-Christoph Borchardt2014-09-111-21/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-141-1/+2
| |_|/ / / / / |/| | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-1311-11/+23
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #10974 from owncloud/fix-app-content-overflowBernhard Posselt2014-09-121-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | This fixes the double scrollbars issue
| * | | | | | This fixes the double scrollbars issueBernhard Posselt2014-09-091-1/+0
| | |_|_|_|/ | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-1239-78/+46
| | | | | |
* | | | | | Merge pull request #11024 from owncloud/fix-nojavascriptJan-Christoph Borchardt2014-09-111-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix nojavascript message alignment
| * | | | | | fix nojavascript message alignmentJan-Christoph Borchardt2014-09-111-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #11022 from owncloud/icons-fixJan-Christoph Borchardt2014-09-1116-153/+136
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix icons
| * | | | | fix folder icon alignment, fix #10866Jan-Christoph Borchardt2014-09-1110-112/+102
| | | | | |
| * | | | | fix svg of calendar filetype iconJan-Christoph Borchardt2014-09-112-34/+32
| | | | | |
| * | | | | fix size of toggle icon, make container squareJan-Christoph Borchardt2014-09-112-4/+1
| | | | | |
| * | | | | improve style of checkmark icon, less bold, fitting ownCloud styleJan-Christoph Borchardt2014-09-112-3/+1
| | | | | |