Age | Commit message (Expand) | Author |
2014-04-25 | use i18n keys for signup & login buttons | Azul |
2014-04-25 | simple form: add wrapped and loading... buttons #5542 | Azul |
2014-04-25 | Merge pull request #148 from azul/feature/api-quota-support | azul |
2014-04-25 | Merge pull request #151 from azul/bugfix/5549-prefer-client-signup | azul |
2014-04-24 | unified wording: destroy account | Azul |
2014-04-24 | add signup and login info on the forms | Azul |
2014-04-18 | adopt service_level config to platform settings | Azul |
2014-04-18 | change service level configuration strategy | Azul |
2014-04-17 | make use of the UnauthorizedUser | Azul |
2014-04-17 | UnauthenticatedUser as current_user | Azul |
2014-04-17 | initial commit for the service level api | Azul |
2014-04-10 | move certs into toplevel | Azul |
2014-04-08 | move users: config and lib | Azul |
2014-04-08 | fix requiring core extensions - most tests pass | Azul |
2014-04-08 | moving all of core into toplevel, tests fail. | Azul |
2014-02-06 | for clarity, keep the empty folders for config/provider and config/customizat... | elijah |
2014-01-23 | added a customizable 'bye' page for when a user leaves | elijah |
2014-01-23 | added a default footer with links to privacy policy, tos, pricing, about us, ... | elijah |
2014-01-23 | added default pricing, privacy policy and tos pages. | elijah |
2014-01-19 | Redefine constant in a way that does not print out "warning: already initiali... | elijah |
2014-01-16 | switch to using dl.bitmask.net | elijah |
2013-12-29 | Return 'provider.json' via a controller, to better be able to control the res... | elijah |
2013-12-24 | ensure permissions are preserved when copying customization files. closes #4623 | elijah |
2013-12-22 | locale prefix support: | elijah |
2013-12-20 | fixed billing tests (added dummy billing hash to config, include required tes... | elijah |
2013-12-20 | enable billing engine by default, consolidate APP_CONFIG[:payments] and APP_C... | elijah |
2013-12-16 | Merge pull request #122 from azul/bugfix/4703-disable-unsupported-settings | jessib |
2013-12-13 | make the possible actions for users and admins configurable | Azul |
2013-12-13 | proceed even if the couch is unreachable | Azul |
2013-12-05 | We won't want service levels in production mode, and have it so this initial ... | jessib |
2013-11-18 | Start of service level code, which will be tweaked | jessib |
2013-11-15 | fix problem with custom scss files and precompiling assets in production mode. | elijah |
2013-11-14 | ensure that we only copy files when running restarting the app, not every tim... | elijah |
2013-11-14 | added support for easier customizations via "config/customization" directory | elijah |
2013-10-28 | Merge branch 'feature/4109-https-sources' into develop | Azul |
2013-10-21 | use osx not mac as an identifier for the os. | Azul |
2013-10-21 | fix download urls for mac, android and windows | Azul |
2013-10-18 | use https sources in Gemfiles and also in the documentation (#4109) | Azul |
2013-10-18 | Make download links configurable | Azul |
2013-10-17 | blacklist system logins for aliases and logins | Azul |
2013-09-24 | fix syslogger, log_tags are called on request | Azul |
2013-09-23 | Revert "default to syslog in production - #3886" | Azul |
2013-09-23 | hotfix: syslog now uses a different name | Azul |
2013-09-19 | Merge pull request #82 from azul/feature/sessions-expire | jessib |
2013-09-19 | default to syslog in production - #3886 | Azul |
2013-09-17 | use new couchrest session store - expire after 30min | Azul |
2013-09-03 | expire token according to config setting auth:token_expires_after | Azul |
2013-09-02 | document the logfile option in the defaults.yml | Azul |
2013-09-02 | add config setting for logfile | Azul |
2013-08-27 | Not ideal way to do it, but was proving complicated to have a config file spe... | jessib |