Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure that the notification gets shown again after a second try | Bjoern Schiessle | 2014-10-07 | 1 | -32/+37 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-06 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-05 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-04 | 2 | -0/+15 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-02 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-01 | 2 | -0/+23 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-30 | 5 | -2/+14 |
| | |||||
* | Merge pull request #11352 from owncloud/close-session-for-previews | Lukas Reschke | 2014-09-29 | 1 | -0/+1 |
|\ | | | | | Close the session for preview generation | ||||
| * | Close the session for preview generation | Lukas Reschke | 2014-09-29 | 1 | -0/+1 |
| | | | | | | | | Without closing the session every preview image generation is locking the session which makes the webinterface unresponsive. | ||||
* | | Merge pull request #11324 from owncloud/tryToCreateDatadirectory | Lukas Reschke | 2014-09-29 | 1 | -1/+6 |
|\ \ | | | | | | | Try to create datadirectory to test whether the .htaccess works | ||||
| * | | Try to create datadirectory to test whether the .htaccess works | Lukas Reschke | 2014-09-26 | 1 | -1/+6 |
| |/ | | | | | | | Fixes https://github.com/owncloud/core/pull/11299#issuecomment-56968588 and also https://github.com/owncloud/core/issues/10628 together with https://github.com/owncloud/core/pull/11299#issuecomment-56968588 when backported. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-29 | 12 | -5/+48 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-28 | 4 | -48/+75 |
| | | |||||
* | | Merge pull request #11304 from owncloud/share-spinner | Morris Jobke | 2014-09-27 | 2 | -27/+112 |
|\ \ | | | | | | | Added spinners in share dropdown | ||||
| * | | Prevent monkey clicking on labels | Vincent Petry | 2014-09-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | Clicking on labels while the spinner is there will not trigger the hidden checkbox any more. | ||||
| * | | Add ID to markup to have the checkboxes in the right position | Lukas Reschke | 2014-09-26 | 1 | -5/+5 |
| | | | |||||
| * | | Added spinners in share dropdown | Vincent Petry | 2014-09-26 | 2 | -22/+102 |
| |/ | | | | | | | | | | | | | | | | | Added spinners for the following actions: - adding user - removing user - changing password - toggling allowing upload - setting a password | ||||
* | | Merge pull request #11319 from owncloud/header-owncloud-name | Morris Jobke | 2014-09-27 | 1 | -1/+7 |
|\ \ | | | | | | | for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of appname in header bar | ||||
| * | | for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of ↵ | Jan-Christoph Borchardt | 2014-09-26 | 1 | -1/+7 |
| | | | | | | | | | | | | appname in header bar | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-27 | 6 | -3/+58 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-26 | 3 | -1/+29 |
|/ | |||||
* | Merge pull request #10934 from owncloud/datadir-write-setup | Vincent Petry | 2014-09-25 | 1 | -10/+12 |
|\ | | | | | Don't complain about non-writable datadirs before we're installed | ||||
| * | Don't test for htaccess if we cant write into the datadir anyway | Robin Appelman | 2014-09-18 | 1 | -10/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-25 | 55 | -0/+201 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-24 | 2 | -1/+12 |
| | | |||||
* | | Merge pull request #11254 from owncloud/fix-filepicker-home-icon | Volkan Gezer | 2014-09-23 | 1 | -0/+2 |
|\ \ | | | | | | | fix filepicker home icon being partly hidden, fix #10169 | ||||
| * | | fix filepicker home icon being partly hidden, fix #10169 | Jan-Christoph Borchardt | 2014-09-23 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #11019 from owncloud/do-not-show-exception-to-enduser | Lukas Reschke | 2014-09-23 | 2 | -1/+32 |
|\ \ \ | | | | | | | | | Do not show exception to the end-user - use a proper error page instead | ||||
| * | | | replace horizontal rules with whitespace | Jan-Christoph Borchardt | 2014-09-17 | 1 | -3/+4 |
| | | | | |||||
| * | | | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 2 | -1/+31 |
| | | | | | | | | | | | | | | | | Log the error instead of potentially leaking sensitive information | ||||
* | | | | Merge pull request #7051 from owncloud/postsetupajaxcheck | Vincent Petry | 2014-09-23 | 2 | -0/+72 |
|\ \ \ \ | |_|/ / |/| | | | Moved WebDAV check to client side JS | ||||
| * | | | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 2 | -0/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server | ||||
* | | | | Merge pull request #11222 from owncloud/store-users-timezone-master | Thomas Müller | 2014-09-23 | 3 | -2/+363 |
|\ \ \ \ | | | | | | | | | | | send browsers timezone back tp the server on login | ||||
| * | | | | send browsers timezone back tp the server on login | Thomas Müller | 2014-09-22 | 3 | -2/+363 |
| | | | | | |||||
* | | | | | Merge pull request #11234 from owncloud/fix-icon-classes | Jan-Christoph Borchardt | 2014-09-23 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix icon classes, disappeared delete icon | ||||
| * | | | | correct delete-icon to icon-delete, fix #11128 | Jan-Christoph Borchardt | 2014-09-22 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #11226 from owncloud/kill-postsetupcheck-master | Vincent Petry | 2014-09-23 | 2 | -9/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | remove post setup check | ||||
| * | | | | | remove post setup check | Thomas Müller | 2014-09-22 | 2 | -9/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-23 | 3 | -2/+17 |
| |/ / / |/| | | | |||||
* | | | | no loner use deprecated class \OC_Config | Thomas Müller | 2014-09-22 | 2 | -3/+16 |
| | | | | |||||
* | | | | remove bootstrapping - occ can by definition only be executed if ownCloud is ↵ | Thomas Müller | 2014-09-22 | 1 | -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üller | 2014-09-22 | 1 | -12/+14 |
|/ / / | | | | | | | | | | process failed if it did | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-21 | 4 | -5/+16 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-20 | 11 | -12/+57 |
| | | | |||||
* | | | Merge pull request #10968 from owncloud/admin-groupsselect2 | Lukas Reschke | 2014-09-19 | 59 | -0/+5419 |
|\ \ \ | | | | | | | | | Use select2 for the groups excluded from sharing in admin page | ||||
| * | | | fit select2 to ownCloud input style | Jan-Christoph Borchardt | 2014-09-10 | 1 | -0/+12 |
| | | | | |||||
| * | | | Move select2 from files_external to core | Vincent Petry | 2014-09-09 | 58 | -0/+5407 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-19 | 68 | -69/+6 |
| |_|/ |/| | | |||||
* | | | Merge pull request #11143 from owncloud/improve-404 | Morris Jobke | 2014-09-18 | 1 | -2/+5 |
|\ \ \ | | | | | | | | | Make 404 page easier to understand | ||||
| * | | | Make 404 page easier to understand | Lukas Reschke | 2014-09-17 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/11133 |