Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | 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 | ||||
| * | | Keep update page when there are warnings | Vincent Petry | 2015-07-07 | 1 | -8/+20 |
| |/ | | | | | | | | | Whenever there were warnings during an update, the page will not be redirected any more. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | This makes it possible to retrieve the icon for mimetypes in javascript. It makes no additional queries to the server to retrieve the mimetype. * config/mimetypealiases.json added * mimetype.js: this is where the logic resides to convert from mimetype to icon url * mimetypelist.js: generated file with a list of mimetype mapping (aliases) and the list of icon files * ./occ maintenance:mimetypesjs : new command for occ to gernerate mimetypes.js * unit tests updated and still work * javascript tests added * theming support * folder of the theme is now present in javascript (OC.theme.folder) | ||||
* | [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 z-index changes | ||||
| * | Revert "fix z-index of share-autocomplete" | Jan-Christoph Borchardt | 2015-07-01 | 1 | -1/+0 |
| | | | | | | | | This reverts commit 4edf388a3852507886e1fc1c396725ea0a6c8e82. | ||||
| * | Revert "explicitly set z-index on app-content, fix overlap from navigation" | Jan-Christoph Borchardt | 2015-07-01 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-02 | 6 | -2/+64 |
|/ | |||||
* | Merge pull request #17088 from owncloud/add-verbosity-to-upgrade | Morris Jobke | 2015-07-01 | 1 | -0/+9 |
|\ | | | | | [upgrade] add verbosity check and show repair info & steps | ||||
| * | [upgrade] add verbosity check and show repair info & steps | Morris Jobke | 2015-06-24 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #17093 from owncloud/upgrade-timestamp | Morris Jobke | 2015-07-01 | 1 | -3/+12 |
|\ \ | | | | | | | [upgrade] show timestamp for output during upgrade | ||||
| * | | Use a OutputFormatter instead of hacking into writeln() | Joas Schilling | 2015-06-24 | 1 | -49/+26 |
| | | | |||||
| * | | Use logtimezone and logdateformat | Joas Schilling | 2015-06-24 | 1 | -2/+5 |
| | | | |||||
| * | | [upgrade] show timestamp for output during upgrade | Morris Jobke | 2015-06-24 | 1 | -14/+43 |
| |/ | | | | | | | * added --show-timestamp option | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-29 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-28 | 2 | -0/+8 |
| | | |||||
* | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 18 | -5/+42 |
|\ \ | | | | | | | Update license headers | ||||
| * | | update license headers and authors | Morris Jobke | 2015-06-25 | 18 | -5/+42 |
| | | | |||||
* | | | fix z-index of share-autocomplete | Jan-Christoph Borchardt | 2015-06-26 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #17008 from owncloud/fix-17006 | Björn Schießle | 2015-06-26 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Improve splitting of username and remote adress when username contains an `@` | ||||
| * | | | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #17165 from ↵ | Thomas Müller | 2015-06-26 | 1 | -0/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/federated_cloud_sharing_search_address_book Search address book for federated cloud id | ||||
| * | | | | search address book for federated cloud id | Bjoern Schiessle | 2015-06-25 | 1 | -0/+16 |
| | | | | | |||||
* | | | | | Fix for #17178 | Roeland Jago Douma | 2015-06-25 | 1 | -2/+9 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | If no array of arrays is submitted make sure we still keep $sharedUsers and $sharedGroups as arrays so the rest of the code keeps functioning as it should. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-25 | 10 | -4/+42 |
|/ / / | |||||
* | | | Merge pull request #17105 from owncloud/app-content-z-index | Morris Jobke | 2015-06-24 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | explicitly set z-index on app-content, fix overlap from navigation | ||||
| * | | | explicitly set z-index on app-content, fix overlap from navigation | Jan-Christoph Borchardt | 2015-06-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Use non-zero exit code when app is not compliant (so CIs can detect the status) | Joas Schilling | 2015-06-24 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | Merge pull request #17095 from owncloud/proper-error-handling | Morris Jobke | 2015-06-23 | 1 | -7/+10 |
|\ \ \ | |/ / |/| | | Proper error handling |