344 Commits (bbfd3a1989a174caa23fa6ff80ba46f6e9978377)
 

Author SHA1 Message Date
Eric Chiang bbfd3a1989 Documentation: update roadmap for 0.4 release cycle 10 years ago
Eric Chiang 38be227aa2 Merge pull request #357 from ericchiang/query_escape 10 years ago
Eric Chiang c3aa6a1ee3 server: correctly decode oauth2 basic auth credentials 10 years ago
Eric Chiang 016445b1fc Merge pull request #358 from ericchiang/fix_emails_test 10 years ago
Eric Chiang 804dd6d57c integration: fix email case sensitivity test 10 years ago
Eric Chiang c92aae647c Merge pull request #331 from Tecsisa/184-resend-email-invitation 10 years ago
Eric Chiang 60b843e78b Merge pull request #339 from ericchiang/case_insensitive_emails 10 years ago
Eric Chiang 09069a51a7 Merge pull request #356 from ericchiang/fix_cross_compilation 10 years ago
Eric Chiang 875d5d09bf db: regenerate migrations 10 years ago
Eric Chiang 4feaae98b0 db: add better comment about migration 10 years ago
Eric Chiang 91ef40b124 *: fix release script 10 years ago
Eric Chiang 93b89ad0e9 db: protect the sqlite3 import with a cgo tag 10 years ago
Eric Chiang 01a24542e9 *: fix tests that care about email case sensitivity 10 years ago
Eric Chiang 2a0cc47419 db: generate in-memory migration assets 10 years ago
Eric Chiang f738188c13 db: switch migration source to use in-memory migration 10 years ago
Eric Chiang 208afd3b01 *: add functional tests for case insensitive emails 10 years ago
Eric Chiang 9bc68edae7 *: add migration to convert all emails to lowercase 10 years ago
Eric Chiang a35b4257cd Merge pull request #349 from ericchiang/remove_unused_code 10 years ago
Eric Chiang 3f4a42eefd *: remove unused code 10 years ago
Rubén Soleto Buenvarón 8156870862 add support for resend an invite email 10 years ago
Eric Chiang 4855805983 Merge pull request #330 from ericchiang/mem_db_concurrent_conns 10 years ago
Eric Chiang ee3d6c25d6 Merge pull request #333 from ericchiang/example_app 10 years ago
Eric Chiang 350571acf6 Merge pull request #323 from ericchiang/cleanup_functional 10 years ago
Eric Chiang bf88fe48a6 functional: don't fail if postgres or ldap isn't availabl 10 years ago
Eric Chiang 118bbb6d18 Merge pull request #335 from ericchiang/fix_passwords 10 years ago
Eric Chiang 221a1ad7a0 user: fix password info JSON encoding to survive round trips 10 years ago
Eric Chiang 33e3c04b38 examples: set example app flag defaults to work with --no-db mode 10 years ago
Eric Chiang 22180c697f db: only allow one open connection for in memory databases 10 years ago
bobbyrullo f51125f555 Merge pull request #304 from ericchiang/sqlite3 10 years ago
Eric Chiang 9ca27a2035 Merge pull request #322 from ericchiang/update_roadmap 10 years ago
Eric Chiang a7bd437c25 Documentation: update roadmap with issue and PR numbers 10 years ago
Eric Chiang a58b9c268b Merge pull request #321 from ericchiang/add_go_1_6 10 years ago
Eric Chiang abc91564ba *: add go 1.6 to CI 10 years ago
Eric Chiang f1d0e307ec session: remove unused function argument 10 years ago
Eric Chiang ed5dee9960 db: clean up quote and executor function calls, improve translate docs 10 years ago
Eric Chiang aff47d2cb2 Merge pull request #317 from fnordahl/connector_ldap_make_const_defaults 10 years ago
Eric Chiang 2cc0ae6fac functional: remove in memory connector configs from ldap tests 10 years ago
Frode Nordahl bedd4716b9 Make constants for default values, simplify logic 10 years ago
Eric Chiang dc9e596542 Merge pull request #315 from fnordahl/issue/314-entryDN-does-not-exist 10 years ago
Frode Nordahl 508c24b10e Get DN from entry, not entryDN attribute 10 years ago
Eric Chiang 1658e86b2a *: fix govet warnings 10 years ago
Eric Chiang 07236da1e7 *: use go install instead of go build in build script 10 years ago
Eric Chiang 07af73f367 *: don't allow sqlite3 if --no-db flag not specified 10 years ago
Eric Chiang 3b125d6073 *: fix --no-db client decoding 10 years ago
Eric Chiang dcf5835189 *: remove in memory connector config repo 10 years ago
Eric Chiang b572b8dd6c *: remove in memory client repo 10 years ago
Eric Chiang 72d1ecab64 *: remove in memory password info repo 10 years ago
Eric Chiang 2726f4dcdf *: remove in memory user repo 10 years ago
Eric Chiang 95560404a3 *: remove in memory refresh repo 10 years ago
Eric Chiang 7bac93aa20 *: remove in memory session repos 10 years ago