Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Link to enable-javascript.com | ringmaster | 2013-12-05 | 2 | -1/+8 |
| | |||||
* | Make noscript message translatable | ringmaster | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Move message up 10% | ringmaster | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Add overlay noscript message to fix #6032 | ringmaster | 2013-12-05 | 2 | -0/+22 |
| | |||||
* | master is ownCloud 7 pre alpha now | Frank Karlitschek | 2013-12-05 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-04 | 125 | -3427/+4557 |
| | |||||
* | LDAP Wizard: don't generate filter when not allowed | Arthur Schiwon | 2013-12-04 | 1 | -1/+3 |
| | |||||
* | some equals are more equal than other equals | Arthur Schiwon | 2013-12-04 | 1 | -2/+2 |
| | |||||
* | LDAP Wizard: return correct var | Arthur Schiwon | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | LDAP Wizard: make sure auto-detected suggestions are really applied ↵ | Arthur Schiwon | 2013-12-04 | 1 | -3/+54 |
| | | | | initially. Also make initial filter compilation and user counting robust against race conditions. | ||||
* | LDAP: on testing configuration, set active property to true, otherwise ↵ | Arthur Schiwon | 2013-12-04 | 1 | -0/+2 |
| | | | | inactive connections cannot be tested properly | ||||
* | LDAP: set default value for login filter to empty, otherwise the wizard ↵ | Arthur Schiwon | 2013-12-04 | 1 | -1/+1 |
| | | | | signals completed configuration too early when it might be not correct, i.e. login won't work | ||||
* | LDAP Wizard: don't send ldap_tls change back to the interface as the element ↵ | Arthur Schiwon | 2013-12-04 | 1 | -1/+0 |
| | | | | was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner | ||||
* | LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ↵ | Arthur Schiwon | 2013-12-04 | 1 | -3/+10 |
| | | | | just opening the admin page | ||||
* | LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143 | Arthur Schiwon | 2013-12-04 | 1 | -0/+12 |
| | |||||
* | Merge pull request #6181 from owncloud/auto_expire_trash | Björn Schießle | 2013-12-04 | 2 | -3/+11 |
|\ | | | | | config switch to disable auto expire for the trash bin | ||||
| * | config switch to disable auto expire for the trash bin | Bjoern Schiessle | 2013-12-04 | 2 | -3/+11 |
| | | |||||
* | | Revert "Adjust files_encryption requirements to the new core requirement ↵ | Morris Jobke | 2013-12-04 | 1 | -1/+8 |
| | | | | | | | | | | | | (PHP 5.3.8)." This reverts commit efbf18652c6eef42e2ca2fda3572d74d2be022dd. | ||||
* | | Merge pull request #6169 from owncloud/php_version_warning | Morris Jobke | 2013-12-04 | 3 | -2/+25 |
|\ \ | |/ |/| | PHP version warning | ||||
| * | lower required php version to 5.3.3 | Frank Karlitschek | 2013-12-04 | 3 | -2/+25 |
| | | |||||
* | | Merge pull request #6168 from owncloud/extstorage-testtestmethod | Frank Karlitschek | 2013-12-03 | 2 | -0/+15 |
|\ \ | | | | | | | Added unit test for the test() method of ext storage | ||||
| * | | Added unit test for the test() method | Vincent Petry | 2013-12-03 | 2 | -0/+15 |
| | | | | | | | | | | | | This is to make sure that method isn't broken | ||||
* | | | Merge pull request #6076 from owncloud/fix-6073-master | Thomas Müller | 2013-12-03 | 2 | -24/+43 |
|\ \ \ | | | | | | | | | Correct property name. It's just 'tableprefix', without the 'db' prefix. | ||||
| * | | | fixing PHPDoc and spelling | Thomas Mueller | 2013-12-02 | 2 | -6/+8 |
| | | | | |||||
| * | | | Use getLastError() everywhere. | Andreas Fischer | 2013-11-28 | 1 | -10/+10 |
| | | | | |||||
| * | | | Add getLastError() | Andreas Fischer | 2013-11-28 | 1 | -3/+20 |
| | | | | |||||
| * | | | No function as oci_last_error. It's oci_error. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | There is no property such as dbusername. It's 'dbuser'. | Andreas Fischer | 2013-11-28 | 1 | -3/+3 |
| | | | | |||||
| * | | | Correct property name. It's 'dbpassword', with the 'db' prefix. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Correct property name. It's just 'tableprefix', without the 'db' prefix. | Andreas Fischer | 2013-11-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #5946 from owncloud/public-page-details | Vincent Petry | 2013-12-03 | 2 | -12/+26 |
|\ \ \ \ | | | | | | | | | | | Public page details | ||||
| * | | | | fix public page - gallery view issues | Morris Jobke | 2013-12-03 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | fix trashbin and pbulic page controls | Morris Jobke | 2013-12-03 | 2 | -1/+5 |
| | | | | | |||||
| * | | | | fix and cleanup CSS for public page | Morris Jobke | 2013-12-03 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | change different shades of grey for public share page to white | Jan-Christoph Borchardt | 2013-12-03 | 1 | -10/+14 |
| | | | | | |||||
| * | | | | remove app specific code | Jan-Christoph Borchardt | 2013-12-03 | 1 | -4/+0 |
| | | | | | |||||
| * | | | | fix details for buttons in header and controls bar | Jan-Christoph Borchardt | 2013-12-03 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | account for shift of controls bar due to app navigation, do not shift on ↵ | Jan-Christoph Borchardt | 2013-12-03 | 1 | -0/+7 |
| | |_|/ | |/| | | | | | | | | | | public page | ||||
* | | | | Merge pull request #5931 from owncloud/fix-time-field-properly | Thomas Müller | 2013-12-03 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | fix time input field properly, details | ||||
| * | | | | fix time input field properly, details | Jan-Christoph Borchardt | 2013-11-18 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #6153 from owncloud/extstorage-s3 | Vincent Petry | 2013-12-03 | 3 | -9/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed Amazon S3 ext storage config UI | ||||
| * | | | | | Fixed test function for S3 | Vincent Petry | 2013-12-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5752 | ||||
| * | | | | | Fixed Amazon S3 ext storage config UI | Vincent Petry | 2013-12-03 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optional parameters are now really optional Fixes #5861 | ||||
| * | | | | | Fixed placeholder after page reload | Vincent Petry | 2013-12-03 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | The placeholder somehow had too many characters stripping from it... | ||||
* | | | | | Revert "[fix] Center Share Dropdown & Versions Dropdown" | zombiehugs | 2013-12-03 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 1dbbfcf3dcd4de7f31344244b9f22217e4bfba72. | ||||
* | | | | | [fix] Center Share Dropdown & Versions Dropdown | zombiehugs | 2013-12-03 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Center Share Dropdown & Versions Dropdown | ||||
* | | | | | request a bit more data for bug reports | Frank Karlitschek | 2013-12-03 | 1 | -1/+7 |
|/ / / / | |||||
* | | | | Merge pull request #5929 from owncloud/code_check_on | Frank Karlitschek | 2013-12-03 | 1 | -2/+1 |
|\ \ \ \ | | | | | | | | | | | switch code checker on by default. apps are not allowed to access | ||||
| * | | | | switch code checker on by default. apps are not allowed to access some of ↵ | Frank Karlitschek | 2013-11-18 | 1 | -2/+1 |
| |/ / / | | | | | | | | | | | | | the internal classes where we have a public api for now | ||||
* | | | | Merge pull request #6158 from owncloud/rmdir-check | Thomas Müller | 2013-12-02 | 1 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | check if a directory exists before we try to remove it |