aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7409 from owncloud/issue/5361Thomas Müller2014-02-261-2/+4
|\ | | | | Add owncloud version to JS scope
| * Add owncloud version to JS scopeJoas Schilling2014-02-261-2/+4
| | | | | | | | Fix #5361
* | Merge pull request #7174 from owncloud/issue/7166Jan-Christoph Borchardt2014-02-261-0/+28
|\ \ | |/ |/| Add option to change email settings in admin section
| * Remove unused variables, add doc blocks and break linesJoas Schilling2014-02-261-2/+2
| | | | | | | | Fix #7166
| * Remove duplicated definition and move OC.msg to js/js.jsJoas Schilling2014-02-191-0/+28
| | | | | | | | Fix issue #7166
* | Merge pull request #7285 from owncloud/mimeicons-svgMorris Jobke2014-02-241-13/+18
|\ \ | | | | | | Show svg mime icons when no preview is available
| * | rename url parameterRobin Appelman2014-02-241-1/+1
| | |
| * | Add url parameter to control whether previews should return 404 when the ↵Robin Appelman2014-02-211-1/+2
| | | | | | | | | | | | mimetype is unsupported
| * | Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-217-15/+62
| |\ \
| * \ \ Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-20186-3152/+1264
| |\ \ \
| * | | | Show svg mime icons when no preview is availableRobin Appelman2014-02-191-13/+17
| | | | |
* | | | | Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1Morris Jobke2014-02-242-0/+18
|\ \ \ \ \ | | | | | | | | | | | | Update page title when navigating through directories (local)
| * | | | | Added oc_defaults stub in specHelper.jsVincent Petry2014-02-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for JS Unit tests to run properly as they are expecting the new "oc_default" map to exist.
| * | | | | Merge branch 'master' into GuillaumeAmat-patch-1Robin Appelman2014-02-2116-24/+109
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'patch-1' of github.com:GuillaumeAmat/core into ↵Vincent Petry2014-02-201-0/+17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | GuillaumeAmat-patch-1
| | * | | | | | Adds OC_Defaults values in javascript configGuillaume AMAT2014-02-131-0/+17
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge pull request #7344 from owncloud/add-js-config-varsicewind19912014-02-241-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow apps to add/modify config js output via hook.
| * \ \ \ \ \ \ Merge branch 'master' into add-js-config-varsRobin Appelman2014-02-216-15/+67
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Allow apps to add/modify config js output via hook.ringmaster2014-02-201-3/+6
| | | | | | | |
* | | | | | | | Merge pull request #7310 from owncloud/no-css-js-delivery-via-phpMorris Jobke2014-02-213-21/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | No css js delivery via php
| * \ \ \ \ \ \ \ Merge branch 'master' into no-css-js-delivery-via-phpThomas Müller2014-02-216-15/+56
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into no-css-js-delivery-via-phpThomas Müller2014-02-2112-9/+42
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/config.sample.php
| * | | | | | | | Merge branch 'master' into no-css-js-delivery-via-phpThomas Müller2014-02-20180-3081/+1159
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | kill references to core.js and core.cssThomas Müller2014-02-201-15/+0
| | | | | | | | |
| * | | | | | | | kill old minimizer codeThomas Müller2014-02-201-3/+0
| | | | | | | | |
| * | | | | | | | fixing js syntax errorThomas Müller2014-02-201-3/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #7355 from owncloud/new-menu-svgicewind19912014-02-211-0/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use SVG icons in New file menu
| * | | | | | | | | use SVG icons from icons.css for New file menuJan-Christoph Borchardt2014-02-211-0/+6
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #7351 from owncloud/fix_thumbnails_for_conflicts_in_subdirsMorris Jobke2014-02-211-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | fix thumbnail generation for subdirectories in the conflicts dialog
| * | | | | | | | use directory from original instead of current dirJörn Friedrich Dreyer2014-02-211-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #7336 from owncloud/IE-wipho-viewporticewind19912014-02-211-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix viewport size on windows phone
| * | | | | | | fix viewport size on windows phoneRobin Appelman2014-02-201-0/+11
| | | | | | | |
* | | | | | | | Merge branch 'master' into mobile-headerRobin Appelman2014-02-2114-114/+76
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #7291 from owncloud/adminess-raghuLukas Reschke2014-02-201-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Move isadmin to template and rename it to oc_isadmin
| | * | | | | | Fix typoLukas Reschke2014-02-201-1/+1
| | | | | | | |
| | * | | | | | Variable value is expected and not an echoed outputLukas Reschke2014-02-201-1/+1
| | | | | | | |
| | * | | | | | Move oc_isadmin to the config JS scriptLukas Reschke2014-02-203-2/+2
| | | | | | | |
| | * | | | | | Move isadmin to template and rename it to oc_isadminLukas Reschke2014-02-192-1/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | fix IE10 viewport sizeingRobin Appelman2014-02-201-0/+5
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #7056 from owncloud/users-scrollperformanceJan-Christoph Borchardt2014-02-202-1/+19
| |\ \ \ \ \ | | | | | | | | | | | | | | Improve users list scrolling performance
| | * | | | | Improve users list scrolling performanceVincent Petry2014-02-172-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed JS error when avatar mode is disabled - added spinner at the bottom of the table - scroll detection now happens earlier - single/multiselect init is deferred so that the new rows are first appended into the list (more responsive) and initialized afterwards - disabled users sorting after add (assuming they are always sorted on the server side)
| * | | | | | Merge pull request #6808 from globalpointfamily/remove_ie9_navagation_width_fixJan-Christoph Borchardt2014-02-201-5/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | remove fix for IE9 nav bar width
| | * | | | | | remove fix for IE9 nav bar widthKonstantin.Popov2014-01-171-5/+0
| | | | | | | |
| * | | | | | | Merge pull request #7289 from owncloud/fix-filetype-iconsLukas Reschke2014-02-206-0/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix filetype icons
| | * \ \ \ \ \ \ merge masterJan-Christoph Borchardt2014-02-20168-2847/+1017
| | |\ \ \ \ \ \ \
| | * | | | | | | | Optimize imageskondou2014-02-196-122/+108
| | | | | | | | | |
| | * | | | | | | | fix lots of file type icons for archives, js, flash, ics, fonts, code, ...Jan-Christoph Borchardt2014-02-196-0/+0
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-coreJörn Friedrich Dreyer2014-02-203-3/+17
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/css/styles.css
| | * | | | | | | Moved Core Theme Logos to CSSJake Wilson2013-10-103-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make it easier for a user/developer to replace logos in the core theme, I removed the hardcoded `logo.svg` and `logo-wide.svg` from the html, and replaced them with `div`s that use css background-image instead. This has multiple advantages: 1. The user can now use any filename they want for the logo. They are no longer forced to use logo.svg or logo-wide.svg. 2. The user can now easily use a JPG, PNG or GIF logo instead of SVG (SVG's are awesome, but used by an unfortunately small percentage of web developers at the current time. Most probably don't even know how to make an SVG…). 3. The user doesn't have to resort to hacking the core theme template files in order to use a different filename or file type. 4. Greatly simplifies documentation instructions for how to change the logos (http://owncloud.org/theming/). Signed-off-by: Jake Wilson <jakew@huebnerpetersen.com>
| * | | | | | | | Merge pull request #7247 from owncloud/sharing_cleanup_step1Björn Schießle2014-02-201-99/+13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | clean up the sharing ajax calls, add mail notification class