Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce code duplication, fix parse error, prevent page reload on hitting ↵ | Thomas Müller | 2014-04-07 | 1 | -1/+2 |
| | | | | enter while changing the display name - refs #8085 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-07 | 3 | -0/+23 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-06 | 2 | -2/+5 |
| | |||||
* | Merge pull request #8072 from owncloud/slideshow-buttons | jbtbnl | 2014-04-06 | 1 | -1/+1 |
|\ | | | | | Fix slideshow buttons being invisible | ||||
| * | Fix slideshow buttons being invisible | Robin Appelman | 2014-04-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #8061 from owncloud/remove-uneeded-file | Tom Needham | 2014-04-05 | 1 | -39/+0 |
|\ \ | |/ |/| | Remove uneeded file | ||||
| * | Delete auth.css | Lukas Reschke | 2014-04-04 | 1 | -39/+0 |
| | | |||||
* | | Replace echo with `p` or `print_unescaped` | Lukas Reschke | 2014-04-04 | 1 | -5/+5 |
|/ | | | Using echo instead of `p` or `print_unescaped` is a bad style, to prevent people from copying it I've adjusted it. | ||||
* | Show higher resolution previews for high dpi screens | Robin Appelman | 2014-04-04 | 1 | -0/+4 |
| | |||||
* | Merge pull request #6968 from owncloud/files-ajaxload | Morris Jobke | 2014-04-03 | 4 | -12/+112 |
|\ | | | | | Ajaxify files list for files + trashbin + public page | ||||
| * | Fixed mime type attribute access in file overwrite dialog | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | | |||||
| * | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 3 | -4/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app | ||||
| * | Fixed parseQueryString to handle empty values and plus signs | Vincent Petry | 2014-04-01 | 2 | -7/+92 |
| | | | | | | | | | | | | - now correctly parse query strings with '+' signs - empty values are now parsed either as null or empty string - added unit test for parseQueryString() | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-03 | 1 | -1/+1 |
| | | |||||
* | | fix h3 style, move out from settings to apps CSS | Jan-Christoph Borchardt | 2014-04-02 | 1 | -1/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-02 | 2 | -1/+12 |
|/ | |||||
* | Merge pull request #7817 from owncloud/app-navigation-for-apps | Morris Jobke | 2014-04-01 | 1 | -2/+6 |
|\ | | | | | Makes #app-navigation a part of app management. | ||||
| * | apply proposed change | Morris Jobke | 2014-04-01 | 1 | -2/+2 |
| | | |||||
| * | merge CSS rules | Morris Jobke | 2014-03-31 | 1 | -4/+2 |
| | | |||||
| * | Removes highlighting of selected items, padding from apps management. | raghunayyar | 2014-03-30 | 1 | -3/+0 |
| | | |||||
| * | Adds Style changes to app-navigation in core/css/apps.css | raghunayyar | 2014-03-24 | 1 | -2/+11 |
| | | |||||
* | | Merge pull request #7943 from hjort/master | Vincent Petry | 2014-04-01 | 1 | -3/+3 |
|\ \ | | | | | | | Correction: failure on sharing when user ID was prefixed by zero | ||||
| * | | Correction: failure on sharing when user ID was prefixed by zero | Rodrigo Hjort | 2014-03-28 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #7975 from owncloud/fix-7973-master-2 | Vincent Petry | 2014-04-01 | 1 | -6/+0 |
|\ \ \ | | | | | | | | | remove pl_PL - fixes #7973 | ||||
| * | | | remove pl_PL - fixes #7973 | Thomas Müller | 2014-03-31 | 1 | -6/+0 |
| | | | | |||||
* | | | | Merge pull request #7915 from owncloud/replace-personalblock | Vincent Petry | 2014-04-01 | 2 | -15/+23 |
|\ \ \ \ | | | | | | | | | | | Replace personalblock with .section | ||||
| * \ \ \ | external storage: fix merge conflict, indentation | Jan-Christoph Borchardt | 2014-03-31 | 17 | -24/+331 |
| |\ \ \ \ | |||||
| * | | | | | remove CSS rules for personalblock, remove it from core | Jan-Christoph Borchardt | 2014-03-27 | 1 | -12/+4 |
| | | | | | | |||||
| * | | | | | general styles for the content area | Jan-Christoph Borchardt | 2014-03-27 | 1 | -3/+19 |
| | |_|/ / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-01 | 1 | -0/+7 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #7916 from owncloud/fix-input-sizes | Morris Jobke | 2014-03-31 | 1 | -6/+11 |
|\ \ \ \ | |_|/ / |/| | | | Fix input sizes | ||||
| * | | | fix duplicate rules for button/input styles, em to px | Jan-Christoph Borchardt | 2014-03-31 | 1 | -3/+3 |
| | | | | |||||
| * | | | convert input metrics to px | Jan-Christoph Borchardt | 2014-03-27 | 1 | -3/+8 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-30 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #7770 from jamesryanbell/master | Morris Jobke | 2014-03-28 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | SVG support detection | ||||
| * | | | SVG support detection | jamesryanbell | 2014-03-17 | 1 | -2/+2 |
| | | | | | | | | | | | | The SVGSupport checkMimeType method was failing on my setup as the headers are all returned in lowercase. I have lowercase all the indexes and modified the if statement so that it doesn't matter what case the headers are returned in | ||||
* | | | | Merge pull request #7720 from ideaship/autoconfig_fix | Vincent Petry | 2014-03-28 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | fix autoconfig | ||||
| * | | | | fix autoconfig | ideaship | 2014-03-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In array_merge, $post overrides $opts (concerns data directory). Always merge $post before calling display(). Default value for dbtype which may still be undefined in display(). Fixes several problems related to autoconfig: - installation.php only showed $AUTOCONFIG data if it was called after install() had come back with errors - if autoconfig.php was set, installation.php showed an editable field with the wrong data in it; then, regardless of any changes, the value from autoconfig.php was used - installation.php used undefined indeces (dbtype, dbIsSet, directoryIsSet) | ||||
* | | | | | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 4 | -7/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Load apps proper master | ||||
| * | | | | | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | handleRequest() | ||||
| * | | | | | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 297 | -2992/+2615 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | | | | | | Within OC:init() the minimum set of apps is loaded - which is filesystem, ↵ | Thomas Müller | 2014-02-06 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | authentication and logging | ||||
| * | | | | | | remove some more global variable $RUNTIME_NOAPPS | Thomas Müller | 2014-02-06 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | remove global variable $RUNTIME_NOAPPS - it's just superfluous | Thomas Müller | 2014-02-06 | 1 | -3/+0 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #7724 from owncloud/mobile | Thomas Müller | 2014-03-28 | 6 | -6/+302 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [WIP] Mobile optimization for base layout and Files app | ||||
| * | | | | | | | use minimum-scale=1.0 | Thomas Müller | 2014-03-25 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | mobile: adjust breakpoint in JS as well | Jan-Christoph Borchardt | 2014-03-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | mobile: set a width for navigation popover to it's always 3 columns | Jan-Christoph Borchardt | 2014-03-21 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | mobile: adjust break to 768, also fix min-widths | Jan-Christoph Borchardt | 2014-03-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | mobile: adjust width of app title, fix overlap | Jan-Christoph Borchardt | 2014-03-21 | 1 | -2/+2 |
| | | | | | | | |