From ed3b83e31a16732f309eb470358bf06c1190b4f8 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 18 Oct 2013 10:24:02 +0200 Subject: Version 0.2.5 * detect os in browser and show proper download link (#4173) * billing: admin can see past due subscriptions * passwords with umlauts work when logging in after signing up with the * client (#4002) * blacklisting common system email addresses listed in RFC 2142 (#3602) * blacklisting all usernames on the server (#3602) * configurable blocking of logins in the configuration (#3602) * require aliases to be all lower-case * Only allow braintree one-off payments when unauthenticated, & call them 'donations'. (#3796) --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_web/version.rb') diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index a55c2ca..009ee29 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.2.4" unless defined?(LeapWeb::VERSION) + VERSION = "0.2.5" unless defined?(LeapWeb::VERSION) end -- cgit v1.2.3 From 7e93258f552d6fd1114626561e6393aa483228fe Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 4 Nov 2013 12:20:07 +0100 Subject: Version 0.2.6 * reset button state from 'loading...' after failed login attempt (#4231) * use https sources in Gemfiles and documentation(#4109) * include Gemfile.lock to prevent unintended updates (#4174) * fixed download urls to get latest versions for mac, android and windows * test api login with umlauts in password --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_web/version.rb') diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index 009ee29..0ac6e09 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.2.5" unless defined?(LeapWeb::VERSION) + VERSION = "0.2.6" unless defined?(LeapWeb::VERSION) end -- cgit v1.2.3 From 6c6c3d01233cb095b3855bbdf1c33dbb90267771 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 15 Nov 2013 12:00:31 +0100 Subject: Version 0.2.7 * ensure that we only copy files for customization when restarting the app (#1300) not every time a rake task is run (especially since some rake tasks get run as root!) * improvements to the download button (proper localization, better image, better hooks for customization) * added support for easier customizations via "config/customization" directory (#1300) * log json request errors and their backtraces * show Ticket with the appropriate error messages. (*4453) * update readme to require ruby 1.9.3 instead of 1.8 * Token.destroy_all_expired to cleanup expired tokens (#4411) * use the account lifecycle from UsersController#destroy (#4216) * destroy all tickets created by a user when account is destroyed (#4216) * integration test for blocking handles after account destroyed (#4216) * disable identities to block handles after a user was deleted (#4216) * notify user their account was successfully deleted (#4216) * Fix button to enable account (#4246) --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_web/version.rb') diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index 0ac6e09..139f3c9 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.2.6" unless defined?(LeapWeb::VERSION) + VERSION = "0.2.7" unless defined?(LeapWeb::VERSION) end -- cgit v1.2.3 From b75f8781bb55557f13a9a4ae48fc45e5d6f1ee86 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 2 Dec 2013 15:23:40 +0100 Subject: Version 0.2.8 - release candidate * Return public key on /key/:login * rake tasks clean up expired tokens and sessions (#4568) * rake task to dump design docs to files * add dump_design_docs to CouchRest::Model::Utils:Migrate * rename ticket title to subject --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_web/version.rb') diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index 139f3c9..f6f99ae 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.2.7" unless defined?(LeapWeb::VERSION) + VERSION = "0.2.8.rc" unless defined?(LeapWeb::VERSION) end -- cgit v1.2.3 From 015ad90c98c55a078fdfe723d470ad732e807737 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 6 Dec 2013 15:04:54 +0100 Subject: Version 0.2.8 * Return public key on /key/:login * rake tasks clean up expired tokens and sessions (#4568) * rake task to dump design docs to files * add dump_design_docs to CouchRest::Model::Utils:Migrate * rename ticket title to subject --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_web/version.rb') diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index f6f99ae..983e3ad 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.2.8.rc" unless defined?(LeapWeb::VERSION) + VERSION = "0.2.8" unless defined?(LeapWeb::VERSION) end -- cgit v1.2.3