summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17439 from owncloud/update-3rdpartytextMorris Jobke2015-07-071-1/+1
|\ | | | | Remove 3rd party text for disabled apps on update
| * Remove 3rd party text for disabled apps on updateVincent Petry2015-07-071-1/+1
| |
* | Merge pull request #17436 from owncloud/update-keeppageifwarningsMorris Jobke2015-07-071-8/+20
|\ \ | | | | | | Keep update page when there are warnings
| * | Keep update page when there are warningsVincent Petry2015-07-071-8/+20
| |/ | | | | | | | | Whenever there were warnings during an update, the page will not be redirected any more.
* | Invert the "public" to a "private" methodJoas Schilling2015-07-071-3/+3
| |
* | Make it possible to import exportet app/system configsJoas Schilling2015-07-071-2/+8
| |
* | Fix typo in command descriptionJoas Schilling2015-07-072-2/+2
| |
* | Add commands to get, set and delete app config valuesJoas Schilling2015-07-077-3/+269
| |
* | Allow reading from stdinJoas Schilling2015-07-071-5/+36
| |
* | Add a command to import an json array into the configJoas Schilling2015-07-072-0/+165
| |
* | Add a command to delete a system configJoas Schilling2015-07-074-2/+76
| |
* | Add a command to get a config valueJoas Schilling2015-07-073-2/+115
| |
* | Add a command to set a system config valueJoas Schilling2015-07-072-0/+84
| |
* | Split the system from the app configJoas Schilling2015-07-071-3/+5
| |
* | Fix no valueJoas Schilling2015-07-071-2/+2
| |
* | Missing docJoas Schilling2015-07-071-0/+1
| |
* | Add an option to exclude sensitive values (e.g. for reports)Joas Schilling2015-07-071-4/+34
| |
* | Add a command to list existing configsJoas Schilling2015-07-072-0/+105
| |
* | Fix nested array listsJoas Schilling2015-07-071-4/+9
| |
* | Sort registration of commands alphabeticallyJoas Schilling2015-07-071-13/+17
|/
* Javascript mimetype icon resolverRoeland Jago Douma2015-07-067-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 transifexJenkins for ownCloud2015-07-062-0/+16
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-052-0/+2
|
* Remove OC_LogThomas Müller2015-07-033-4/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-034-8/+12
|
* Merge pull request #17293 from owncloud/revert-z-indexMorris Jobke2015-07-022-2/+1
|\ | | | | Revert z-index changes
| * Revert "fix z-index of share-autocomplete"Jan-Christoph Borchardt2015-07-011-1/+0
| | | | | | | | This reverts commit 4edf388a3852507886e1fc1c396725ea0a6c8e82.
| * Revert "explicitly set z-index on app-content, fix overlap from navigation"Jan-Christoph Borchardt2015-07-011-1/+1
| | | | | | | | This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-026-2/+64
|/
* Merge pull request #17088 from owncloud/add-verbosity-to-upgradeMorris Jobke2015-07-011-0/+9
|\ | | | | [upgrade] add verbosity check and show repair info & steps
| * [upgrade] add verbosity check and show repair info & stepsMorris Jobke2015-06-241-0/+9
| |
* | Merge pull request #17093 from owncloud/upgrade-timestampMorris Jobke2015-07-011-3/+12
|\ \ | | | | | | [upgrade] show timestamp for output during upgrade
| * | Use a OutputFormatter instead of hacking into writeln()Joas Schilling2015-06-241-49/+26
| | |
| * | Use logtimezone and logdateformatJoas Schilling2015-06-241-2/+5
| | |
| * | [upgrade] show timestamp for output during upgradeMorris Jobke2015-06-241-14/+43
| |/ | | | | | | * added --show-timestamp option
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-292-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-282-0/+8
| |
* | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2718-5/+42
|\ \ | | | | | | Update license headers
| * | update license headers and authorsMorris Jobke2015-06-2518-5/+42
| | |
* | | fix z-index of share-autocompleteJan-Christoph Borchardt2015-06-261-0/+1
| | |
* | | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-261-0/+2
|\ \ \ | | | | | | | | Improve splitting of username and remote adress when username contains an `@`
| * | | Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+2
| | | |
* | | | Merge pull request #17165 from ↵Thomas Müller2015-06-261-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/federated_cloud_sharing_search_address_book Search address book for federated cloud id
| * | | | search address book for federated cloud idBjoern Schiessle2015-06-251-0/+16
| | | | |
* | | | | Fix for #17178Roeland Jago Douma2015-06-251-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 transifexJenkins for ownCloud2015-06-2510-4/+42
|/ / /
* | | Merge pull request #17105 from owncloud/app-content-z-indexMorris Jobke2015-06-241-1/+1
|\ \ \ | | | | | | | | explicitly set z-index on app-content, fix overlap from navigation
| * | | explicitly set z-index on app-content, fix overlap from navigationJan-Christoph Borchardt2015-06-231-1/+1
| | | |
* | | | Use non-zero exit code when app is not compliant (so CIs can detect the status)Joas Schilling2015-06-241-0/+1
| |_|/ |/| |
* | | Merge pull request #17095 from owncloud/proper-error-handlingMorris Jobke2015-06-231-7/+10
|\ \ \ | |/ / |/| | Proper error handling