summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9949 from owncloud/fixing-sqlite-migration-shared-hosterMorris Jobke2014-07-282-2/+27
|\ | | | | generate copy of sqlite database file in data directory
| * generate copy of sqlite database file in data directoryThomas Müller2014-07-282-2/+27
| |
* | Merge pull request #9924 from owncloud/eventsource-nginx-bufferingRobin Appelman2014-07-281-0/+2
|\ \ | | | | | | Prevent nginx from buffering event source events
| * | Prevent nginx from buffering event source eventsRobin Appelman2014-07-261-0/+2
| | |
* | | Merge pull request #9853 from owncloud/design-mobile-searchMorris Jobke2014-07-284-5/+19
|\ \ \ | | | | | | | | improve look of search on mobile, save space in top bar, fix overlap
| * | | improve look of search on mobile, save space in top barJan-Christoph Borchardt2014-07-244-5/+19
| | | |
* | | | Merge pull request #9784 from josh4trunks/libreoffice_match_clThomas Müller2014-07-281-3/+2
|\ \ \ \ | | | | | | | | | | Cleanup Document Preview
| * | | | Cleanup Document Previewjosh4trunks2014-07-221-3/+2
| | | | | | | | | | | | | | | | | | | | Use the env:UserInstallation flag like https://github.com/owncloud/documents/blob/master/lib/converter.php. This will stop the creating of multiple directories for document conversion in tmpDir.
* | | | | update 3rdparty submodule to merge commitMorris Jobke2014-07-281-0/+0
| | | | |
* | | | | Merge pull request #9585 from owncloud/design-fix-public-footerJan-Christoph Borchardt2014-07-282-16/+22
|\ \ \ \ \ | | | | | | | | | | | | move public page footer rules from sharing app to core so it is used by other apps too
| * | | | | move public page footer rules from sharing app to core so it is used by ↵Jan-Christoph Borchardt2014-07-072-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | other apps too
* | | | | | Merge pull request #9847 from owncloud/design-input-groupingJan-Christoph Borchardt2014-07-281-3/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | enable input grouping also outside of log in screen
| * | | | | | enable input grouping also outside of log in screenJan-Christoph Borchardt2014-07-241-3/+6
| | | | | | |
* | | | | | | Merge pull request #9641 from owncloud/localuser-addressbookThomas Müller2014-07-283-0/+208
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ownCloud users are exported as address book
| * | | | | | | ownCloud users are exported as address bookThomas Müller2014-07-243-0/+208
| | | | | | | |
* | | | | | | | Merge pull request #9631 from owncloud/update-getid3Thomas Müller2014-07-282-2/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | update getID3 library
| * | | | | | | | add autoloadMorris Jobke2014-07-252-2/+0
| | | | | | | | |
| * | | | | | | | update getID3 libraryMorris Jobke2014-07-252-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #9819 from owncloud/updater-setversionafterupdateThomas Müller2014-07-281-2/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Set version AFTER a successful update
| * | | | | | | | | Set version AFTER a successful updateVincent Petry2014-07-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an app upgrade failed, the core version will not be increased either in the database. This will re-display the update page and make it possible to redo the apps upgrade. Note that any core repair routine must take into account that an update might need to be redone again even though the core's DB state is already the one of the new version.
* | | | | | | | | | Merge pull request #9859 from tiezdne/masterThomas Müller2014-07-281-0/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update mimetypes.list.php
| * | | | | | | | | | Update mimetypes.list.phptiezdne2014-07-241-0/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #9905 from owncloud/joblist-non-existing-classThomas Müller2014-07-281-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Dont try to execute jobs that no longer exist
| * | | | | | | | | | | Dont try to execute jobs that no longer existRobin Appelman2014-07-251-1/+4
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #9935 from owncloud/harden-get-urlcoThomas Müller2014-07-281-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | Verify whether the URL is valid
| * | | | | | | | | | Verify whether the URL is validLukas Reschke2014-07-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required for https://github.com/owncloud/mail/pull/100#issuecomment-50266017 @karlitschek Backport for stable6 and stable7 requested.
* | | | | | | | | | | Merge pull request #9904 from owncloud/loggedout-getuserfolderThomas Müller2014-07-281-1/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Dont throw an error when calling $server->getUserFolder when logged out
| * | | | | | | | | | | Dont throw an error when calling $server->getUserFolder when logged outRobin Appelman2014-07-251-1/+5
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #9843 from owncloud/dont-silently-exit-in-cli-mode-masterThomas Müller2014-07-281-7/+9
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | don't silently exit in cli-mode in case ownCloud in not yet installed
| * | | | | | | | | | | reorder if statements to remove negation, indentation correctionJörn Friedrich Dreyer2014-07-251-9/+9
| | | | | | | | | | | |
| * | | | | | | | | | | don't silently exit in cli-mode in case ownCloud in not yet installedThomas Müller2014-07-241-0/+2
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-2842-152/+213
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #9922 from visit1985/app_icon_sizeJan-Christoph Borchardt2014-07-281-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | max icon size for app menu
| * | | | | | | | | | max icon size for app menuMichael Göhler2014-07-261-0/+2
| | | | | | | | | | |
* | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-2750-364/+454
| | | | | | | | | | |
* | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-2653-351/+446
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #9669 from owncloud/group-publicRobin Appelman2014-07-257-48/+235
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Add group management to the public api
| * | | | | | | | | Add group management to the public apiRobin Appelman2014-07-167-48/+235
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9867 from owncloud/fix_sharing_updateBjörn Schießle2014-07-252-2/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | fix sharing update, add proper escaping
| * | | | | | | | | fix sharing update, add proper escapingBjoern Schiessle2014-07-242-2/+5
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-2520-122/+147
| | | | | | | | |
* | | | | | | | | Merge pull request #9861 from owncloud/console-dontloadappsonupdateVincent Petry2014-07-241-6/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Do not load apps in console.php when an upgrade is due
| * | | | | | | | | Do not load apps when an upgrade is dueVincent Petry2014-07-241-6/+12
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it still possible to update from the command line, but disables custom commands from apps
* | | | | | | | | Merge pull request #9841 from owncloud/fix-password-reset-masterThomas Müller2014-07-243-5/+28
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Fix password reset in console command and lost password controller
| * | | | | | | | - adding default value for $recoveryPasswordThomas Müller2014-07-243-5/+28
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | - set password correctly in lost password
* | | | | | | | Merge pull request #9837 from owncloud/ignore-non-oc-tables-masterThomas Müller2014-07-242-0/+43
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Adding test which breaks because bit and/or enum datatypes are used
| * | | | | | | register type mappings for unknown/unsupported mysql typesThomas Müller2014-07-241-0/+4
| | | | | | | |
| * | | | | | | Adding test which breaks because bit and/or enum datatypes are usedThomas Müller2014-07-241-0/+39
| |/ / / / / /
* | | | | | | Merge pull request #9703 from owncloud/files-preview-animateMorris Jobke2014-07-242-3/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [OC 7] Fix preview animation on uploading
| * | | | | | Fix preview animation on uploadingVincent Petry2014-07-172-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When adding/uploading files, the preview is now animated. When loading a list of files directly the preview is displayed directly.