summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2016-08-01Display priority changes in board view for inverted priority rangesRys Sommefeldt
Similar to allowing update of priorities when `priority_end` is greater than `priority_start`, to support inverted priority ranges, allow that change to propagate into `formatPriority` and display in the board view.
2016-08-01Allow priority changes when start and end differRys Sommefeldt
It's common to want an 'inverted' priority range, for example where P0 is the highest. The task helper logic would hide priority editing when priority_end was larger than priority_start. This logic change allows it by checking that priority_start and priority_end are different.
2016-07-31Move API calls for task metadata to a separate classFrederic Guillot
2016-07-31Merge pull-request #2533Frederic Guillot
2016-07-31Cleanup events and stuff before processing job in workerFrederic Guillot
2016-07-31Send bootstrap event when starting workerFrederic Guillot
2016-07-30fixed typoNeverMin
2016-07-29Added Task Metadata options to APIEskiso
Add API calls to get all metadata from task, get metadata from task by name, edit/create new metadata and remove metadata
2016-07-28Allow users to see inactive projectsFrederic Guillot
2016-07-27Fix regression in PR #2439Frederic Guillot
2016-07-27Merge pull-request #2525Frederic Guillot
2016-07-27ADD: TaskMovedDateFilterChristopher Geelen
2016-07-27Fixed internal link translations.Eskiso
Wrong "gender" on words.
2016-07-26Use the library PicoFeed to generate RSS/Atom feedsFrederic Guillot
2016-07-26Updated translationEskiso
Shouldn't lines 1203, 1204, 1195, 1196 end in %d?
2016-07-24Sync translationsFrederic Guillot
2016-07-24Removed individual column scrolling on boardFrederic Guillot
2016-07-24Improve project page titlesFrederic Guillot
2016-07-24Remove sidebar titlesFrederic Guillot
2016-07-24Remove method UserModel::getFullname()Frederic Guillot
2016-07-24Remove username for dashboard sidebar and change titlesFrederic Guillot
2016-07-24Move dashboard pagination into separate classesFrederic Guillot
2016-07-24Fixed typo in template that prevent project permissions to be duplicatedFrederic Guillot
2016-07-23Simplify mail subject for notificationsFrederic Guillot
2016-07-23Remove SubtaskTimeTrackingSubscriberFrederic Guillot
2016-07-23Create new class SubtaskStatusModelFrederic Guillot
2016-07-23Create new class SubtaskTaskConversionModelFrederic Guillot
2016-07-23Create new class SubtaskPositionModelFrederic Guillot
2016-07-23Add unit test RecurringTaskSubscriberFrederic Guillot
2016-07-23Add unit test for ProjectMetricJobFrederic Guillot
2016-07-23Add new automatic action to move the task to another column when not movedFrederic Guillot
2016-07-23Add new automatic action to move a task to another column when closedFrederic Guillot
2016-07-23Added a new automatic action to set due dateFrederic Guillot
2016-07-23Minor cleanupFrederic Guillot
2016-07-23Sync localesFrederic Guillot
2016-07-23NotificationModel refactoringFrederic Guillot
2016-07-23Added internal task links to activity streamFrederic Guillot
2016-07-22Add new template hooksFrederic Guillot
2016-07-22Merge pull-request #2439Frederic Guillot
2016-07-22Updated translationEskiso
2016-07-21Sync localesFrederic Guillot
2016-07-21Move repository to Kanboard organizationFrederic Guillot
2016-07-20Rename CommentModel::EVENT_REMOVE to CommentModel::EVENT_DELETEFrederic Guillot
2016-07-20Move logic of PR #2496 to GroupModelFrederic Guillot
2016-07-20Merge pull-request #2496Frederic Guillot
2016-07-19Refactoring of internal task eventsFrederic Guillot
2016-07-19ProjectPermissionController: make sure groups don't exist before creating themDj Padzensky
Adding logic to check for a group by external ID, before trying to create it.
2016-07-17Subtasks events refactoring and show delete in activity streamFrederic Guillot
2016-07-17File events refactoringFrederic Guillot
2016-07-17Added event for removed comments with some refactoringFrederic Guillot