summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/features_resource.py
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2016-06-14Empty FEEDBACK_URL env variable should also disable feedbackNavaL
This is needed as we need to provide empty FEEDBACK_URL, just to remind that it can be set if desired Issue #710
2016-05-18Issue #692 re-added logout back in the feature toggleNavaL
2016-05-11Remove dispatcher references from serviceCaio Carrara
Since we're not using dispatcher anymore, it doesn't make sense to keep dispatcher references and program flows that depend on it. For example, it doesn't make sense keep the flag --organization-mode, so it was removed as well.
2016-01-22re-introduced logout functionality for multi-userNavaL
Issue #576
2015-12-23removes attachment feature togglePixelated
Issue #548
2015-12-21restoring default disabled features --fixing ftNavaL
Issue #548
2015-12-18enabling backend for Attachment feature togglemnandri
Issue #548
2015-09-21#442 Moves feedback url to environment variable.Giovane
2015-09-14#442 Correcting env variable name and initialize dispatcher_features before ↵Giovane
usage.
2015-09-14#442 Undo renaming of variable on features resource.Giovane
2015-09-14#442 Rename forgotten attribute on features resources.Giovane
2015-09-14#442 Add feature hiddig to feedback link.Giovane
2015-02-13Monkey patching fetch decrypt to add encryption infoDuda Dornelles
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles