Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #21981 from owncloud/systemtags-trim-name | Thomas Müller | 2016-01-29 | 1 | -5/+6 |
|\ | | | | | Trim tag names to avoid problems | ||||
| * | Trim tag names to avoid problems | Joas Schilling | 2016-01-28 | 1 | -5/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-29 | 130 | -326/+28 |
|/ | |||||
* | Fix share default expiration date calculation | Vincent Petry | 2016-01-28 | 2 | -9/+8 |
| | | | | Now using UTC dates with moment js to accurately add the number of days | ||||
* | Share dialog use OCS API | Vincent Petry | 2016-01-28 | 8 | -537/+611 |
| | |||||
* | Merge pull request #21958 from owncloud/systemtags-style | Thomas Müller | 2016-01-28 | 5 | -25/+46 |
|\ | | | | | Use boxes for system tags, shorten permission text | ||||
| * | Use boxes for system tags, shorten permission text | Vincent Petry | 2016-01-28 | 5 | -25/+46 |
| | | | | | | | | | | | | | | | | Permission text now doesn't appear when all permissions are there, or shows as "invisible" or "not assignable", which should better cover all use cases. Changed select2 style to use boxes in the input field. | ||||
* | | Fix system tags conflict situations | Vincent Petry | 2016-01-27 | 2 | -3/+85 |
|/ | | | | | | Does not disrupt the UX whenever a tag or association was created concurrently. The input field will adjust itself as if the tag was already there in the first place. | ||||
* | 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 |
| | |