summaryrefslogtreecommitdiff
path: root/app/Core
AgeCommit message (Collapse)Author
2016-12-21Added pagination details showingphecho
2016-12-20Make PR #2897 pass unit testsFrederic Guillot
2016-12-20Merge pull-request #2897Frederic Guillot
2016-12-20Offer the possibility to override internal formatter objects from pluginsFrederic Guillot
2016-12-20array_combine error in PHP 5.3Busfreak
2016-12-17Add cache decorator for UserModelFrederic Guillot
2016-12-17Handle username with dots in user mentionsFrederic Guillot
2016-12-03Add personal API access tokenFrederic Guillot
2016-12-03Add suggest menu for task IDFrederic Guillot
2016-12-01Make user mentions great againFrederic Guillot
2016-11-30Fix link generation when user mention is followed by a punctuation markFrederic Guillot
2016-11-27Add suggest menu for user mentions in text editorFrederic Guillot
2016-11-15Do not load translations from a relative pathFrederic Guillot
When the application is installed outside of the document root, loading translations will not work.
2016-11-09Add P3P headers to avoid potential issues with IEFrederic Guillot
2016-11-07Add documentation to create external task providersFrederic Guillot
2016-11-07Handle modification of external tasksFrederic Guillot
2016-11-06Load external tasks asynchronously from task view pageFrederic Guillot
2016-11-05Add the possibility to create external tasksFrederic Guillot
2016-11-01Add ExternalTaskManager classFrederic Guillot
2016-10-19Search with 2+ arguments using double quotes now workingAlan Rezende
Bug Fixed: when searching like `column:"test column" column:"test other column"` the regex was matching all the text from the first quote to the last one ignoring the ones between Now it matches the first quote with next. Without the change the search doesn't work with 2 or more arguments using quotes
2016-09-19Fix some php docFrederic Guillot
2016-09-18Add column restrictions to custom project rolesFrederic Guillot
2016-09-11Add project restrictions for custom rolesFrederic Guillot
2016-09-10Define only what is allowed for column restrictionsFrederic Guillot
2016-09-10Add ui to create new custom project roles and column restrictionsFrederic Guillot
2016-09-08Apply column restrictions to the boardFrederic Guillot
2016-09-08Custom project roles inherit from project membersFrederic Guillot
2016-09-03Support version operators for plugin directory: >= and >Frederic Guillot
2016-08-31Time spent for subtasks are not rounded too the nearest quarter anymoreFrederic Guillot
2016-08-31Fix wrong project date format (shown as 01/01/1970)Frederic Guillot
2016-08-23Fix indentation in PR #2587Frederic Guillot
2016-08-23Merge pull-request #2587Frederic Guillot
2016-08-22Store board collapsed mode user preference in the databaseFrederic Guillot
2016-08-21Store comment sorting direction in user metadataFrederic Guillot
2016-08-21Add FileCache driverFrederic Guillot
2016-08-17Automatic Actions now support Swimlanesdalmond
2016-08-13Add reference hooksFrederic Guillot
2016-08-07Re-indent code of PR #2560Frederic Guillot
2016-08-07fix selfsigned ssl certificates swift mailThomas Lutz
2016-07-31Cleanup events and stuff before processing job in workerFrederic Guillot
2016-07-24Move dashboard pagination into separate classesFrederic 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 for ProjectMetricJobFrederic Guillot
2016-07-23Minor cleanupFrederic Guillot
2016-07-23Added internal task links to activity streamFrederic Guillot
2016-07-19Refactoring of internal task eventsFrederic Guillot
2016-07-17Subtasks events refactoring and show delete in activity streamFrederic Guillot
2016-07-17File events refactoringFrederic Guillot