summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/backup_account_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.
2017-04-19[#927] Adds email template translation for portugueseAnike Arni
2017-04-10[#927] Fix importsTulio Casagrande
with @deniscostadsc
2017-04-10[#927] Send recovery code using provider domainTulio Casagrande
with @deniscostadsc
2017-03-31[#927] Log exception with recovery codeThais Siqueira
with @tayanefernandes
2017-03-31[#927] Implements sending recovery code by email.Thais Siqueira
with @tayanefernandes
2017-03-17[#1012] Refactors getting soledad service in BaseResourceAnike Arni
with @tayanefernandes
2017-03-17[#1012] Generates recovery code in soledad clientAnike Arni
with @tayanefernandes
2017-03-16[#1012] Extracts generation of recovery code to AccountRecoveryAnike Arni
with @tayanefernandes
2017-03-15[#924] Simplifies callback chain for recovery code call.Thais Siqueira
with @anikarni
2017-03-15[#924] Fix typo on bonafide session variable name.Thais Siqueira
with @anikarni
2017-03-14[#924] Implements update recovery code through bitmaskThais Siqueira
with @anikarni
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
2017-02-09[#922] Rename backup account flowTayane Fernandes
To differentiate between the account recovery flow and the set backup email flow, we renamed all resources and url to reflect this. with @anikarni