Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix system tags proppatch with booleans | Vincent Petry | 2016-01-27 | 3 | -10/+53 |
| | | | | | | | Backbone webdav adapter now converts booleans and ints to strings. Fixed system tags to use "true" / "false" strings for booleans instead of 1 / 0. | ||||
* | Deprecate getFirstWeekDay() and getDateFormat() in favor of l() | Joas Schilling | 2016-01-26 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-26 | 4 | -10/+12 |
| | |||||
* | System tags sidebar selector now respects permissions | Vincent Petry | 2016-01-25 | 5 | -244/+405 |
| | | | | | | | For admins: display the namespace behind the tag name. For users: no namespace, don't display non-assignable tags in the dropdown, display already assigned non-assignable tags with a different style | ||||
* | Expose whether user is an admin through a method | Vincent Petry | 2016-01-25 | 1 | -1/+13 |
| | | | | Which is nicer than an obscure global variable | ||||
* | Merge pull request #18444 from owncloud/occ-config-types | Thomas Müller | 2016-01-25 | 3 | -21/+191 |
|\ | | | | | occ config:system:set can now set other value types | ||||
| * | Allow array recursion in get | Joas Schilling | 2016-01-14 | 1 | -3/+16 |
| | | |||||
| * | Allow deleting a nested system config value | Joas Schilling | 2016-01-14 | 2 | -10/+52 |
| | | |||||
| * | Retain backwards compatibility | Joas Schilling | 2016-01-14 | 1 | -51/+56 |
| | | |||||
| * | occ config:system:set can now set other value types | Robin McCorkell | 2016-01-14 | 1 | -9/+119 |
| | | | | | | | | | | | | | | Integers, doubles, booleans and even arrays can now be set, with the --type=... option. Array setting can be specified by passing multiple name arguments, e.g. `./occ config:system:set redis port --value=123 --type=integer` | ||||
* | | Merge pull request #21811 from owncloud/fix-unauthenticated-avatar | Thomas Müller | 2016-01-25 | 1 | -2/+5 |
|\ \ | | | | | | | Show default placeholder if avatar image can't be fetched | ||||
| * | | Show default placeholder if avatar image can't be fetched | Morris Jobke | 2016-01-20 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | * fixes owncloud/documents#601 * ref #14564 | ||||
* | | | Merge pull request #21844 from owncloud/drop-image-path | Thomas Müller | 2016-01-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Remove OC_Helper::imagePath and use the proper public interface | ||||
| * | | | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-25 | 6 | -22/+44 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-24 | 6 | -24/+54 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-23 | 138 | -6/+224 |
| | | | |||||
* | | | Merge pull request #21850 from owncloud/more-output-for-integrity-check | Thomas Müller | 2016-01-22 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | Print output for integrity check during ./occ upgrade | ||||
| * | | | Print output for integrity check during ./occ upgrade | Morris Jobke | 2016-01-22 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #21849 from owncloud/add-custom-marker-into-htaccess | Thomas Müller | 2016-01-22 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add custom marker into htaccess and execute integrity check after installation | ||||
| * | | | | Run on installer | Lukas Reschke | 2016-01-22 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #21816 from ↵ | Thomas Müller | 2016-01-22 | 2 | -9/+19 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | owncloud/require-a-specific-path-instead-of-autoguessing Use path instead of app id for occ app signing | ||||
| * | | | | Use path instead of app id | Lukas Reschke | 2016-01-20 | 2 | -9/+19 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | This change requires the usage of a path instead of the App ID when signing code. This has the advantage that developers can also sign code under a different location to make it easier. (e.g. remove `.git`, …) Also it adds an example command usage as well as a link to the documentation | ||||
* | | | | Add a default app icon for apps that don't have one | Joas Schilling | 2016-01-22 | 1 | -0/+4 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-22 | 148 | -1140/+1140 |
| | | | |||||
* | | | Move getDescriptiveTag to core | Joas Schilling | 2016-01-21 | 4 | -3/+99 |
| | | | |||||
* | | | Merge pull request #21797 from owncloud/proper-controller-in-core | Thomas Müller | 2016-01-21 | 9 | -45/+14 |
|\ \ \ | | | | | | | | | Move controller in core/ to a common subfolder | ||||
| * | | | move lost controller to core/controller | Morris Jobke | 2016-01-20 | 6 | -38/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword | ||||
| * | | | move user controller to core/controller | Morris Jobke | 2016-01-20 | 2 | -2/+2 |
| | | | | |||||
| * | | | move setup controller to core/controller | Morris Jobke | 2016-01-20 | 1 | -2/+2 |
| | | | | |||||
| * | | | move avatar controller to core/controller | Morris Jobke | 2016-01-20 | 2 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #20847 from owncloud/systemtags-ui | Thomas Müller | 2016-01-21 | 12 | -3/+1134 |
|\ \ \ \ | |_|/ / |/| | | | System tags sidebar section | ||||
| * | | | Added system tags GUI in sidebar | Vincent Petry | 2016-01-19 | 12 | -22/+1094 |
| | | | | | | | | | | | | | | | | | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags. | ||||
| * | | | Implement toggleselect extension for select2 | Vincent Petry | 2016-01-19 | 1 | -0/+59 |
| | | | | | | | | | | | | | | | | To make it possible to toggle selected values inside the dropdown | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-20 | 4 | -4/+48 |
|/ / / | |||||
* | | | Make it possible to enable apps for groups only via occ | Joas Schilling | 2016-01-19 | 2 | -6/+37 |
| | | | |||||
* | | | Make it possible to disable apps via the console, which are not enabled for ↵ | Joas Schilling | 2016-01-19 | 2 | -3/+16 |
| | | | | | | | | | | | | the current user | ||||
* | | | Make sure to list "group enabled" apps as enabled | Joas Schilling | 2016-01-19 | 2 | -5/+17 |
|/ / | | | | | | | also when they are not enabled for the current user | ||||
* | | update JS humanFileSize to use KB instead of kB | Morris Jobke | 2016-01-19 | 2 | -7/+7 |
| | | |||||
* | | Run the command once again | Joas Schilling | 2016-01-18 | 1 | -13/+13 |
| | | |||||
* | | Sort the list before saving | Joas Schilling | 2016-01-18 | 1 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-17 | 4 | -0/+156 |
| | | |||||
* | | Backbone transport for Webdav | Vincent Petry | 2016-01-16 | 5 | -0/+736 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-16 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #21370 from owncloud/system-certs-occ | Thomas Müller | 2016-01-15 | 4 | -0/+226 |
|\ \ | | | | | | | Add occ commands to manager trusted certificates | ||||
| * | | Add occ commands to manager trusted certificates | Robin Appelman | 2016-01-13 | 4 | -0/+226 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-15 | 4 | -0/+34 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-14 | 4 | -0/+44 |
| | | |||||
* | | Merge pull request #21676 from owncloud/fix-setup-login-input-shadows | Thomas Müller | 2016-01-13 | 1 | -2/+3 |
|\ \ | |/ |/| | fix login/setup page input shadows | ||||
| * | fix login/setup page input shadows | Christoph Wurst | 2016-01-13 | 1 | -2/+3 |
| | | | | | | | | fixes #21658 |