Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fix browser compatibility issue for element.closest | Hendrik Leppelsack | 2015-07-08 | 1 | -1/+1 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-15 | 2 | -0/+14 | |
* | | | | Merge pull request #17565 from owncloud/fix/remote_share | Roeland Douma | 2015-07-13 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | allow remote shares for users with email as usernames | Felix Böhm | 2015-07-10 | 1 | -1/+1 | |
* | | | | | Merge pull request #17599 from owncloud/fix-joinpaths-trailingslash | Morris Jobke | 2015-07-13 | 2 | -4/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix OC.joinPaths with empty arguments | Vincent Petry | 2015-07-13 | 2 | -4/+18 | |
* | | | | | | Add helper functions for host, port and webroot | Vincent Petry | 2015-07-13 | 1 | -0/+45 | |
|/ / / / / | ||||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-13 | 6 | -4/+24 | |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-12 | 2 | -0/+4 | |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-11 | 2 | -0/+4 | |
* | | | | | Merge pull request #17559 from owncloud/js-joinpathsutility | Morris Jobke | 2015-07-10 | 2 | -0/+83 | |
|\ \ \ \ \ | ||||||
| * | | | | | More tests for joinPaths | Vincent Petry | 2015-07-10 | 1 | -0/+3 | |
| * | | | | | Add OC.joinPaths for convenient path joining | Vincent Petry | 2015-07-10 | 2 | -0/+80 | |
* | | | | | | Merge pull request #17555 from owncloud/update-test-libraries | Vincent Petry | 2015-07-10 | 2 | -4290/+5949 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update JS unit test libs | Vincent Petry | 2015-07-10 | 2 | -4290/+5949 | |
* | | | | | | | Move mimetypealiases.json to mimetypealiases.dist.json | Roeland Jago Douma | 2015-07-10 | 1 | -1/+6 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #17483 from rullzer/migrate-mimetype-js | Vincent Petry | 2015-07-10 | 2 | -3/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | MimeTypes now also supports httpd/unix-directory | Roeland Jago Douma | 2015-07-09 | 1 | -0/+1 | |
| * | | | | | Move calls to Files.getMimeIcon to OC.MimeType.getIconUrl | Roeland Jago Douma | 2015-07-09 | 1 | -3/+2 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-10 | 8 | -6/+18 | |
* | | | | | | [command] single user mode - use config object & add tests | Morris Jobke | 2015-07-09 | 2 | -4/+17 | |
|/ / / / / | ||||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-09 | 16 | -0/+32 | |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-08 | 62 | -62/+0 | |
* | | | | | Merge pull request #17439 from owncloud/update-3rdpartytext | Morris Jobke | 2015-07-07 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove 3rd party text for disabled apps on update | Vincent Petry | 2015-07-07 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #17436 from owncloud/update-keeppageifwarnings | Morris Jobke | 2015-07-07 | 1 | -8/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | Keep update page when there are warnings | Vincent Petry | 2015-07-07 | 1 | -8/+20 | |
| |/ / / / | ||||||
* | | | | | Invert the "public" to a "private" method | Joas Schilling | 2015-07-07 | 1 | -3/+3 | |
* | | | | | Make it possible to import exportet app/system configs | Joas Schilling | 2015-07-07 | 1 | -2/+8 | |
* | | | | | Fix typo in command description | Joas Schilling | 2015-07-07 | 2 | -2/+2 | |
* | | | | | Add commands to get, set and delete app config values | Joas Schilling | 2015-07-07 | 7 | -3/+269 | |
* | | | | | Allow reading from stdin | Joas Schilling | 2015-07-07 | 1 | -5/+36 | |
* | | | | | Add a command to import an json array into the config | Joas Schilling | 2015-07-07 | 2 | -0/+165 | |
* | | | | | Add a command to delete a system config | Joas Schilling | 2015-07-07 | 4 | -2/+76 | |
* | | | | | Add a command to get a config value | Joas Schilling | 2015-07-07 | 3 | -2/+115 | |
* | | | | | Add a command to set a system config value | Joas Schilling | 2015-07-07 | 2 | -0/+84 | |
* | | | | | Split the system from the app config | Joas Schilling | 2015-07-07 | 1 | -3/+5 | |
* | | | | | Fix no value | Joas Schilling | 2015-07-07 | 1 | -2/+2 | |
* | | | | | Missing doc | Joas Schilling | 2015-07-07 | 1 | -0/+1 | |
* | | | | | Add an option to exclude sensitive values (e.g. for reports) | Joas Schilling | 2015-07-07 | 1 | -4/+34 | |
* | | | | | Add a command to list existing configs | Joas Schilling | 2015-07-07 | 2 | -0/+105 | |
* | | | | | Fix nested array lists | Joas Schilling | 2015-07-07 | 1 | -4/+9 | |
* | | | | | Sort registration of commands alphabetically | Joas Schilling | 2015-07-07 | 1 | -13/+17 | |
|/ / / / | ||||||
* | | | | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 7 | -2/+489 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-06 | 2 | -0/+16 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-05 | 2 | -0/+2 | |
* | | | | Remove OC_Log | Thomas Müller | 2015-07-03 | 3 | -4/+5 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-03 | 4 | -8/+12 | |
* | | | | Merge pull request #17293 from owncloud/revert-z-index | Morris Jobke | 2015-07-02 | 2 | -2/+1 | |
|\ \ \ \ | ||||||
| * | | | | Revert "fix z-index of share-autocomplete" | Jan-Christoph Borchardt | 2015-07-01 | 1 | -1/+0 |