Holger Frey
ab499958f0
added BaseListResource and Pagination classes
7 years ago
Holger Frey
7045164de6
working on documentation
7 years ago
Holger Frey
9359620a71
added functional test for account settings
7 years ago
Holger Frey
c361f0f71d
changed set_deform_data() helper function
...
The MultiDict.update() method will remove and then append changes instead of manipulating the data in place. The set_deform_data() function was updated to make changes in place
7 years ago
Holger Frey
511e5d0c25
moved display of flash messages to template macros
7 years ago
Holger Frey
e53788559f
added settings page
7 years ago
Holger Frey
ab07076c95
removed test mails
7 years ago
Holger Frey
96c1717eac
added test user to db init
7 years ago
Holger Frey
62af585175
ignoring test mail directory
7 years ago
Holger Frey
9bc85121ab
removed xfail from reset password functional test
7 years ago
Holger Frey
c5180a6c57
changed macro for horizontal white space
7 years ago
Holger Frey
57d0b4b373
changed layout and adjusted templates
7 years ago
Holger Frey
57c6b175cd
added template macros
7 years ago
Holger Frey
e64001ce87
help text on form elements now uses bootstrap 4 classes
7 years ago
Holger Frey
d881ea2a07
bugfixes
7 years ago
Holger Frey
b23c214df1
password reset is working
7 years ago
Holger Frey
eb32a8a474
added forgotten password form
...
reset password form is missing
7 years ago
Holger Frey
e974070585
registration verification mail contains link expiry datetime
7 years ago
Holger Frey
8d4df465c2
registration process working
7 years ago
Holger Frey
b8a0cd008b
added user registration form
7 years ago
Holger Frey
40401472be
added events for user notification
7 years ago
Holger Frey
0a752eacd9
added static view for deform
7 years ago
Holger Frey
a66bf5ac12
some adjustments to layout template for deform
7 years ago
Holger Frey
16516be8ef
added user registration schema
7 years ago
Holger Frey
353c6a8f12
added events module
7 years ago
Holger Frey
d8dd9f629b
added pyramid_mailer to requirements
7 years ago
Holger Frey
ff7aca94ce
added sessions to app
...
this includes some deferred helper functions and the CSRFSchema
7 years ago
Holger Frey
c127fe6816
added deform to required packages
7 years ago
Holger Frey
8514aab1c0
tests marked xfail now moved to separate functions
...
pytest.mark.xfail should be used to mark tests that need revisiting if further sections of the app are done
e.g. functional test for user registration should be marked xfail until the admin section is done to check for entries
7 years ago
Holger Frey
ee172bc7f5
testing of token resources
7 years ago
Holger Frey
85a99b1d6a
fixing documentation
...
still don't like ReST
7 years ago
Holger Frey
9def414339
added resources for tokens
7 years ago
Holger Frey
7dd317226e
added models for Token and TokenSubject
7 years ago
Holger Frey
f2d33f50ba
renamed models.users to model.account
7 years ago
Holger Frey
21e33b3a3d
split functional tests for accounts in two modules
7 years ago
Holger Frey
eaa229256a
added more tests for login and logout of users
7 years ago
Holger Frey
290b864d17
added login and logout of users
7 years ago
Holger Frey
9ee42880e9
added login form
7 years ago
Holger Frey
f535ece7ca
added pyramid_nacl_session to project
7 years ago
Holger Frey
7158d10549
first view for account registration, alas without form
7 years ago
Holger Frey
aec2641290
added DENY_ALL as default to end of acl
7 years ago
Holger Frey
900f5a3b30
updated tests for resources
7 years ago
Holger Frey
52a594b3be
added account resource
...
moved BaseResource to separate module to prevent circular imports
7 years ago
Holger Frey
15ff848305
split example user generation in two functions
7 years ago
Holger Frey
9ad8058597
main navigation header links now based on resource urls
7 years ago
Holger Frey
5fbc2dd4f0
added functional tests for (static) pages
7 years ago
Holger Frey
301195a053
test requirements now listed in extras_require for pip
7 years ago
Holger Frey
686873c39c
'make test' runs last failed test
...
if no tests failed before, all tests will be run
7 years ago
Holger Frey
54dd4a0492
added public (static) pages
7 years ago
Holger Frey
9e6b0a43d4
added password hashing and checking to models.User
7 years ago