Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport server2server strings | Volkan Gezer | 2014-09-21 | 33 | -33/+179 |
| | |||||
* | Merge pull request #11195 from owncloud/stable_l10n_backport | Morris Jobke | 2014-09-21 | 23 | -23/+68 |
|\ | | | | | backport stable translations | ||||
| * | backport stable translations | Volkan Gezer | 2014-09-20 | 23 | -23/+68 |
| | | |||||
* | | adding 'smallint unsigned' to type mapping for sqlite | Thomas Müller | 2014-09-21 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #11190 from owncloud/fix-unit-test-sort-order-stable7 | Robin McCorkell | 2014-09-20 | 2 | -5/+12 |
|\ | | | | | Don't rely on the sorting the database gives us for tests | ||||
| * | Don't rely on the sorting the database gives us for tests | Robin Appelman | 2014-09-20 | 2 | -5/+12 |
|/ | |||||
* | Prevent updates between multiple major versions | Lukas Reschke | 2014-09-19 | 2 | -1/+57 |
| | | | | Ref https://github.com/owncloud/core/issues/11078 | ||||
* | Move BasicAuth check to "isLoggedIn()" | Lukas Reschke | 2014-09-19 | 2 | -34/+9 |
| | | | | Ensures that Basic Auth works properly for APIs and removes the need for some even uglier lines of code. | ||||
* | update encryption doc link | Volkan Gezer | 2014-09-18 | 2 | -3/+3 |
| | | | | | | I don't know how we missed to update this :/ update ldap doc link | ||||
* | Move basic auth check | Lukas Reschke | 2014-09-18 | 1 | -12/+4 |
| | | | | | | At the previous point not all apps were initialized. Now the basic auth check happens together at the same location as all others. Fixes https://github.com/owncloud/core/issues/11129 | ||||
* | Add timeout to user and group deletion notification | Vincent Petry | 2014-09-18 | 3 | -5/+237 |
| | | | | | | | | | | | | | | | | | | | | Added timeout in DeleteHandler to auto-delete after a delay. Fixed issue where OC.Notification.hide() was called twice in a row when deleting multiple entries, causing the second notification to disappear. Fixed issue where "undo" click event handler was registered multiple times when calling setNotifications() twice. Added JS unit tests for the DeleteHandler class. Refix undo users, groups feature Timeout is now cleared in cancel(). Fixed click handler name for "undo" to be able to work with multiple DeleteHandler instances (in our case one for users and one for groups) so that there is no conflict. Backport of 0d9f24a0efef20b9041e40817b10822a4700532d from master | ||||
* | Make 404 page easier to understand | Lukas Reschke | 2014-09-18 | 2 | -3/+5 |
| | | | | Fixes https://github.com/owncloud/core/issues/11133 | ||||
* | version bump | Frank Karlitschek | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | adding unit test to truncate the table | Thomas Müller | 2014-09-17 | 2 | -1/+32 |
| | |||||
* | Use Doctrine Platform to generate SQL query for table truncation. | Andreas Fischer | 2014-09-17 | 1 | -8/+3 |
| | |||||
* | Merge pull request #11053 from owncloud/baskport-11041-stable7 | Vincent Petry | 2014-09-16 | 2 | -5/+9 |
|\ | | | | | content size checks are not valid for LOCK | ||||
| * | content size checks are not valid for LOCK | Thomas Müller | 2014-09-12 | 1 | -0/+2 |
| | | |||||
| * | content size checks are not valid for LOCK | Thomas Müller | 2014-09-12 | 1 | -5/+7 |
| | | |||||
* | | Reword the description | Lukas Reschke | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | | The old one was just horrible wrong. | ||||
* | | Disable database migrations for MSSQL - scripts have to be applied manually | Thomas Müller | 2014-09-16 | 2 | -0/+26 |
| | | |||||
* | | also expire file if timestamp = limit, happens if ↵ | Bjoern Schiessle | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | | trashbin_retention_obligation is set to zero | ||||
* | | Preserve transparency when loading from a file | kondou | 2014-09-16 | 2 | -0/+9 |
| | | | | | | | | Fix #7148 - again :) | ||||
* | | Use secure mimetype for content delivery | Lukas Reschke | 2014-09-15 | 2 | -2/+2 |
| | | | | | | | | Adds some hardening against potential CSP bypassed. | ||||
* | | Remove passing by reference to allow for proper GC | Vincent Petry | 2014-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | The garbage collector in PHP 5.3.10 does not properly release the file handle when calling fclose() due to the fact that it is passed by reference. This has the side-effect of preventing file locks to be released as well when the files_locking app is enabled. This fix removes the useless passing by reference and now the file handle and file lock are freed properly. | ||||
* | | Set overwritewebroot when installing owncloud to avoid problems | Joas Schilling | 2014-09-15 | 1 | -0/+1 |
| | | | | | | | | Backport of 249558966e6a144cf0fb873a3fac5a3664cfdd9d to stable7 | ||||
* | | if only one attribute is requested, the returned array has 0 as key instead ↵ | Arthur Schiwon | 2014-09-15 | 1 | -1/+1 |
| | | | | | | | | of attribute name. fixes #10888 | ||||
* | | Do not double decode values | Lukas Reschke | 2014-09-15 | 1 | -1/+1 |
|/ | | | | Fixes https://github.com/owncloud/core/issues/11012 | ||||
* | fix nojavascript message alignment | Jan-Christoph Borchardt | 2014-09-11 | 1 | -1/+2 |
| | |||||
* | Converted an array to PHP5.3 compatible version | Johan Björk | 2014-09-11 | 1 | -2/+2 |
| | |||||
* | Fixes #8326: deletion of directories on S3 | Johan Björk | 2014-09-11 | 1 | -17/+12 |
| | |||||
* | fix folder icon alignment, fix #10866 | Jan-Christoph Borchardt | 2014-09-11 | 10 | -112/+102 |
| | |||||
* | fix svg of calendar filetype icon | Jan-Christoph Borchardt | 2014-09-11 | 2 | -34/+32 |
| | |||||
* | fix size of toggle icon, make container square | Jan-Christoph Borchardt | 2014-09-11 | 2 | -4/+1 |
| | |||||
* | improve style of checkmark icon, less bold, fitting ownCloud style | Jan-Christoph Borchardt | 2014-09-11 | 2 | -3/+1 |
| | |||||
* | repair search lucene before installing | Jörn Friedrich Dreyer | 2014-09-11 | 3 | -2/+66 |
| | |||||
* | Add X-UA-Compatible to all templates | Lukas Reschke | 2014-09-11 | 3 | -1/+3 |
| | | | | Replaces https://github.com/owncloud/core/pull/10850 | ||||
* | Merge pull request #10998 from owncloud/use-section-in-form | Vincent Petry | 2014-09-11 | 1 | -2/+2 |
|\ | | | | | Use section in first element in user_ldap | ||||
| * | Use section in first element | Lukas Reschke | 2014-09-10 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #10973 from owncloud/stable7-issue/10847 | Vincent Petry | 2014-09-10 | 2 | -2/+2 |
|\ | | | | | [Stable7] Use correct language package so the subject is correctly translated | ||||
| * | Use correct language package so the subject is correctly translated | Joas Schilling | 2014-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Fix #10847 Conflicts: lib/private/share/mailnotifications.php | ||||
| * | Fix broken new lines in plain text mail template | Joas Schilling | 2014-09-09 | 1 | -1/+1 |
| | | |||||
* | | Do not load extra user backends when an upgrade is due | Vincent Petry | 2014-09-10 | 1 | -1/+3 |
| | | | | | | | | | | | | Whenever an upgrade is due, do not load extra user backends Backport of d6bfd90bf804f6d8bb4c651e6bcf8374dc6b94b4 from master | ||||
* | | Merge pull request #10884 from owncloud/stable7_backport_issue_10674 | Lukas Reschke | 2014-09-10 | 1 | -1/+7 |
|\ \ | |/ |/| | Backport issue 10764 | ||||
| * | Backport issue 10764 | Jesus Macias | 2014-09-05 | 1 | -1/+7 |
| | | |||||
* | | more sugar for including lists of templates | Bernhard Posselt | 2014-09-09 | 1 | -7/+29 |
| | | |||||
* | | append .html since componets always use html files | Bernhard Posselt | 2014-09-09 | 1 | -1/+1 |
| | | |||||
* | | add template functions for html imports | Bernhard Posselt | 2014-09-09 | 1 | -0/+10 |
| | | |||||
* | | add shortcut functions for style and script | Bernhard Posselt | 2014-09-09 | 1 | -0/+18 |
| | | |||||
* | | make objectstore tests check fileid on rename | Jörn Friedrich Dreyer | 2014-09-09 | 1 | -0/+83 |
| | | |||||
* | | Keep fileid on move in objectstore, fixes #10848 | Jörn Friedrich Dreyer | 2014-09-09 | 1 | -33/+5 |
| | |