Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-05 | 232 | -310/+124 |
| | |||||
* | cache total user count | Arthur Schiwon | 2014-12-04 | 1 | -0/+5 |
| | | | | | Conflicts: apps/user_ldap/user_ldap.php | ||||
* | Forward port of #12493 | Arthur Schiwon | 2014-12-04 | 4 | -2/+153 |
| | | | | | | | | | | | | | | | | | | add ldap-search command to occ Conflicts: apps/user_ldap/appinfo/register_command.php LDAP search filter creation changes: 1. do not prepend * wildcard to search terms. Will result in faster search, but you don't find "foobar" when looking for "bar" 2. advanced behaviour when search string contains a space and multiple search attributes are present. The search string is split into single words. The resulting filter requires that each word at least appears once in any search attribute. This is supposed to return better results in big LDAPs. trim search string before passing it on | ||||
* | Merge pull request #12619 from owncloud/use-also-original-hea | Morris Jobke | 2014-12-04 | 2 | -2/+3 |
|\ | | | | | Merge headers | ||||
| * | Fix unit test | Lukas Reschke | 2014-12-04 | 1 | -1/+2 |
| | | |||||
| * | Merge headers | Lukas Reschke | 2014-12-04 | 1 | -1/+1 |
| | | | | | | Otherwise the headers from `JSONResponse` are gone and the Content-Type of the response would be `text/html` instead of `application/json; charset=utf-8`. This leads to broken scripts since we set the `nosniff` tag, furthermore this is very bad from a security PoV. | ||||
* | | Merge pull request #12616 from owncloud/node-fileinfo | Morris Jobke | 2014-12-04 | 7 | -74/+133 |
|\ \ | | | | | | | make \OC\Files\Node\Node implement the FileInfo interface | ||||
| * | | make \OC\Files\Node\Node implement the FileInfo interface | Robin Appelman | 2014-12-04 | 7 | -74/+133 |
| | | | |||||
* | | | Merge pull request #12607 from owncloud/this-is-an-awesome-day | Clark Tomlinson | 2014-12-04 | 3 | -27/+3 |
|\ \ \ | | | | | | | | | PHP 5.4 is now required for master | ||||
| * | | | PHP 5.4 is now required for master | Lukas Reschke | 2014-12-04 | 3 | -27/+3 |
| | | | | | | | | | | | | | | | | :beers: | ||||
* | | | | Merge pull request #12596 from owncloud/remove-travis-traces | Morris Jobke | 2014-12-04 | 3 | -53/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Remove last traces of travis integration | ||||
| * | | | PHP < 5.4 is not supported anymore - see #12606 | Morris Jobke | 2014-12-04 | 1 | -8/+0 |
| | | | | |||||
| * | | | Remove last traces of travis integration | Morris Jobke | 2014-12-04 | 3 | -47/+3 |
| | | | | |||||
* | | | | Merge pull request #12609 from owncloud/remove-53-fixme | Thomas Müller | 2014-12-04 | 1 | -18/+2 |
|\ \ \ \ | | | | | | | | | | | Remove workaround for 5.3 | ||||
| * | | | | Remove workaround for 5.3 | Lukas Reschke | 2014-12-04 | 1 | -18/+2 |
| |/ / / | | | | | | | | | | | | | Function is natively available with 5.4 | ||||
* | | | | Merge pull request #12533 from owncloud/app-dependencies-php-version | Thomas Müller | 2014-12-04 | 11 | -15/+378 |
|\ \ \ \ | | | | | | | | | | | App dependencies php version | ||||
| * | | | | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 4 | -17/+13 |
| | | | | | |||||
| * | | | | fix an issue where the types tag holds an empty string | Thomas Müller | 2014-12-04 | 1 | -4/+8 |
| | | | | | |||||
| * | | | | adding command dependency | Thomas Müller | 2014-12-04 | 2 | -1/+17 |
| | | | | | |||||
| * | | | | adjust dependency analyzer to use attributes properly | Thomas Müller | 2014-12-04 | 2 | -18/+31 |
| | | | | | |||||
| * | | | | switch to different parsing implementation to get xml attributes properly ↵ | Thomas Müller | 2014-12-04 | 6 | -56/+75 |
| | | | | | | | | | | | | | | | | | | | | handled | ||||
| * | | | | adding supported databases | Thomas Müller | 2014-12-04 | 6 | -3/+72 |
| | | | | | |||||
| * | | | | display missing dependencies in the apps management page | Thomas Müller | 2014-12-04 | 2 | -0/+17 |
| | | | | | |||||
| * | | | | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 8 | -9/+227 |
| | | | | | | | | | | | | | | | | | | | | some more unit tests on xml info parser | ||||
| * | | | | adding new dependency for php version in apps info.xml | Thomas Müller | 2014-12-04 | 2 | -1/+9 |
| | | | | | |||||
| * | | | | adding default key value pair for 'types' | Thomas Müller | 2014-12-04 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | translate labels properly | Thomas Müller | 2014-12-04 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #12610 from owncloud/remove_php_version_check | Björn Schießle | 2014-12-04 | 2 | -6/+2 |
|\ \ \ \ | |_|_|/ |/| | | | [encryption] remove check for PHP version | ||||
| * | | | update error message | Bjoern Schiessle | 2014-12-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | OC8 and later requires PHP >= 5.4, so we can remove the check from the ↵ | Bjoern Schiessle | 2014-12-04 | 1 | -5/+1 |
| |/ / | | | | | | | | | | encryption app | ||||
* | | | Merge pull request #12522 from owncloud/bower-jstz | Morris Jobke | 2014-12-04 | 17 | -365/+675 |
|\ \ \ | |/ / |/| | | Bower jstz | ||||
| * | | move jstz to bower management | Morris Jobke | 2014-12-01 | 7 | -359/+409 |
| | | | |||||
| * | | include lock files of bower to be able to use "bower install" | Morris Jobke | 2014-12-01 | 12 | -6/+266 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-04 | 6 | -2/+16 |
| | | | |||||
* | | | Merge pull request #12581 from owncloud/fix_typo | Thomas Müller | 2014-12-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix typo in license header | ||||
| * | | | fix typo | Bjoern Schiessle | 2014-12-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #12544 from owncloud/fix-windows-unittests | Thomas Müller | 2014-12-03 | 21 | -35/+43 |
|\ \ \ | | | | | | | | | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | ||||
| * | | | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 21 | -35/+43 |
| | | | | |||||
* | | | | Merge pull request #12579 from owncloud/drop-files-external-tests | Thomas Müller | 2014-12-03 | 2 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | drop files_external tests from autotest - they will be executed with aut... | ||||
| * | | | | drop files_external tests from autotest - they will be executed with ↵ | Morris Jobke | 2014-12-03 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | autotest-external.sh which is coming | ||||
* | | | | | Merge pull request #12542 from owncloud/update-autotestcmd | Joas Schilling | 2014-12-03 | 1 | -17/+38 |
|\ \ \ \ \ | | | | | | | | | | | | | Update autotest.cmd | ||||
| * | | | | | Restore the development config after running the tests | Joas Schilling | 2014-12-02 | 1 | -3/+17 |
| | | | | | | |||||
| * | | | | | Allow overwriting DATADIR completly so ramdisk can be used | Joas Schilling | 2014-12-02 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | Allow passing a test file just like in autotest.sh | Joas Schilling | 2014-12-02 | 1 | -7/+7 |
| | | | | | | |||||
| * | | | | | Better manage the output when running autotest.cmd | Joas Schilling | 2014-12-02 | 1 | -5/+12 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #12492 from owncloud/deprecate-passwordsalt | Lukas Reschke | 2014-12-03 | 1 | -0/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Officially deprecate passwordsalt | ||||
| * | | | | Officially deprecated passwordsalt | Lukas Reschke | 2014-12-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Hopefully this prevents people from using it in the future. | ||||
* | | | | | Merge pull request #12382 from owncloud/enc_reorganize_folders2 | Morris Jobke | 2014-12-03 | 25 | -1674/+1172 |
|\ \ \ \ \ | | | | | | | | | | | | | [encryption] reorganize folder structure (second try to make Jenkins happy) | ||||
| * | | | | | small fixes | Bjoern Schiessle | 2014-12-02 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | delete old keys if file was moved to a different mount point | Bjoern Schiessle | 2014-12-02 | 1 | -4/+10 |
| | | | | | |