- Mar 22, 2019
- Jan 31, 2018
-
-
azul authored
Since the old keys used to be strings i started out by json serializing the new keys with type, value, rev. However storing serialized json in couch (json) does not really make sense. So now we do not serialize but instead have one json document. The lookup for a key of type pgp may still return a string but for everything that uses the new api it will return a hash with type and revision. This data structure is way easier to handle also on the nickserver side.
-
azul authored
-
https://leap.se/git/srp_jsazul authored
subrepo: subdir: "app/assets/javascripts/srp" merged: "2088cbe" upstream: origin: "https://leap.se/git/srp_js" branch: "master" commit: "2088cbe" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a7ee886"
-
azul authored
-
azul authored
This needs to be included in the platforms views.
- Jan 28, 2018
-
- Jan 19, 2018
-
-
azul authored
-
- Jan 18, 2018
-
-
azul authored
-
- Jan 12, 2018
-
-
azul authored
-
- Dec 11, 2017
-
- Dec 09, 2017
-
-
azul authored
-
- Dec 08, 2017
- Dec 04, 2017
-
-
azul authored
* on invalid key upload respond with error and 422 response code * fix alternate email address dialogue * publish public key in webfinger * update translations from transifex * hand out config.json without auth * sanity checks on user params * cleanup temp invites from server tests so they do not clutter admin ui
-
- Nov 16, 2017
-
-
azul authored
We used to just ignore the key. Also separated the code for handling key updates from other user updates. This should eventually be moved to a different route. Mixing the two makes the implementation really hard.
-
azul authored
also ensures that created user is cleaned up even if test fails
- Nov 13, 2017
-
- Nov 08, 2017
- Oct 24, 2017
-
-
azul authored
fixes #8801 Includes a test reproducing 500 on lynx We now make use of ActionController::Parameters require and permit methods.
-
azul authored
This simplifies returning the user while still working on it a lot. Much cleaner than all these return user statements. There's a lot more to refactor here. For example delegating methods to user etc. ... but for now this should suffice. Don't want to break this in a bugfix release.
- Oct 21, 2017
-
-
azul authored
Bugfix release for 0.9: * pin to the newest psych gem * remove better_errors gem * fix login error message with non en locales Features: * destroy invites used to create test accounts * sort invite codes by last update
-