summaryrefslogtreecommitdiff
path: root/app/controllers/projects/labels_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* add :set_priorities to :authorize_admin_labels!Alfredo Sumaran2016-06-061-1/+1
|
* Remove unnecesary paramAlfredo Sumaran2016-06-061-1/+1
|
* Update method and routeAlfredo Sumaran2016-06-061-2/+2
|
* Add unprioritized scopeAlfredo Sumaran2016-06-061-2/+2
|
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-5/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Sort by label priorityThijs Wouters2016-06-061-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Prioritize labels functionalityAlfredo Sumaran2016-06-061-1/+21
|
* Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
|
* Full labels data in JSONPhil Hughes2016-03-181-1/+1
|
* Fixed issue with labels dropdown getting wrong labelsPhil Hughes2016-03-181-0/+7
|
* Move the #toggle_subscription controller method to a concernRémy Coutable2016-03-151-10/+8
|
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-0/+2
| | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-2/+7
| | | | | | | | | | | | | | | | | | 1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
* Label description and Label rowTap2016-02-171-1/+1
| | | | | - Add label description - Show label row when filtering issues or merge requests by label
* Fix 403 Access Denied error messages when accessing Labels section in a ↵Stan Hu2015-06-181-1/+1
| | | | | | project that has MRs disabled but issues enabled Closes #1813
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-1/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-6/+10
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Apply default scope to labels and remove one for notesDmitriy Zaporozhets2015-02-051-1/+1
|
* Show labels help message if last label is deletedRobert Schilling2014-09-041-1/+1
|
* Remove labels with ajax requestDmitriy Zaporozhets2014-08-131-1/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Order labels by nameDmitriy Zaporozhets2014-07-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve labelsDmitriy Zaporozhets2014-07-301-4/+9
| | | | | | | * allow developers to manage labels * add ability to remove label Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add create/update to Labels controllerDmitriy Zaporozhets2014-07-301-1/+40
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor label rendering and default label set generationDmitriy Zaporozhets2014-07-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 error when generate labels on labels page. Fixes #1311Dmitriy Zaporozhets2014-06-041-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implement Merge Request LabelsDrew Blessing2014-05-131-4/+9
|
* Generate labels set from issues pageDmitriy Zaporozhets2014-02-251-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+24