Bastien Sevajol
|
261d82a208
|
add requirements.txt
|
6 gadus atpakaļ |
Damien Accorsi
|
4e432ead40
|
Merge pull request #66 from tracim/feature/51_restore_mail_notifier
|
6 gadus atpakaļ |
Guénaël Muller
|
aaba36a9b8
|
Merge branch 'feature/51_restore_mail_notifier' of github.com:tracim/tracim_backend into feature/51_restore_mail_notifier
|
6 gadus atpakaļ |
Guénaël Muller
|
d3378ccff1
|
fix template to allow easily to fix url bug directly from python code
|
6 gadus atpakaļ |
Damien Accorsi
|
a0ad2044cd
|
Merge pull request #77 from tracim/fix/59_global_exception_handling
|
6 gadus atpakaļ |
Guénaël Muller
|
ed3b5689fb
|
Add hapic debug mode feature
|
6 gadus atpakaļ |
Bastien Sevajol
|
5e1ce6078a
|
add Exception to managed exception in hapic
|
6 gadus atpakaļ |
Guénaël Muller
|
8b5ba132e2
|
Refactor WebdavFactory + test config initialisation for wsgidav
|
6 gadus atpakaļ |
Guénaël Muller
|
572341c34c
|
fix renaming of main function
|
6 gadus atpakaļ |
Guénaël Muller
|
ed1db2f320
|
convert webdav as plaster pastedeploy app
|
6 gadus atpakaļ |
Guénaël Muller
|
787e286a60
|
better runner, use wsgidav.config_file param instead of env var
|
6 gadus atpakaļ |
Damien Accorsi
|
5d24b2656e
|
Merge pull request #78 from tracim/fix/62_fix_sqlite_same_thread_issue
|
6 gadus atpakaļ |
Guénaël Muller
|
9551d6149e
|
fix version for hapic
|
6 gadus atpakaļ |
Guénaël Muller
|
bafcc5acf8
|
properly close dbsession for both pyramid web and webdav to avoid sqlite exception about thread and object
|
6 gadus atpakaļ |
inkhey
|
c6723433e5
|
Merge branch 'develop' into feature/51_restore_mail_notifier
|
6 gadus atpakaļ |
Guénaël Muller
|
641b48b7d3
|
support simple global exception for NotFound and Operational Sqlalchemy error
|
6 gadus atpakaļ |
Guénaël Muller
|
44659595ce
|
support cors preflight and better cors support
|
6 gadus atpakaļ |
Guénaël Muller
|
1726a50321
|
return user object with login endpoint instead of no content
|
6 gadus atpakaļ |
Guénaël Muller
|
53220e8dd4
|
Fix CORS issue with allow_origin for all
|
6 gadus atpakaļ |
Damien Accorsi
|
74c1813eec
|
Merge pull request #68 from tracim/feature/67_use_uwsgi
|
6 gadus atpakaļ |
Guénaël Muller
|
79df94f1eb
|
fix webdav conf file : setup it in wsgi launcher
|
6 gadus atpakaļ |
Guénaël Muller
|
55feb2a3dd
|
merge with upstream
|
6 gadus atpakaļ |
Damien Accorsi
|
734ed10548
|
Merge pull request #58 from tracim/fix/better_user_lib_for_authentication
|
6 gadus atpakaļ |
Guénaël Muller
|
3fed567a7f
|
better uwsgi doc, install uwsgi with pip
|
6 gadus atpakaļ |
Guénaël Muller
|
50bda15ef0
|
better uwsgi runner for both web and webdav
|
6 gadus atpakaļ |
Guénaël Muller
|
078bb35779
|
rq need redis-server
|
6 gadus atpakaļ |
Guénaël Muller
|
836ca8d2f0
|
allow to launch tracim with uwsgi
|
6 gadus atpakaļ |
Guénaël Muller
|
968163b1e8
|
add test for async rq mode
|
6 gadus atpakaļ |
Guénaël Muller
|
2933b47895
|
remove temporary test view for email
|
6 gadus atpakaļ |
Guénaël Muller
|
8ccc7b1d5b
|
add comment about mailhog dependency for somes tests
|
6 gadus atpakaļ |
Guénaël Muller
|
81504d53ba
|
better test for email
|
6 gadus atpakaļ |
Damien Accorsi
|
5bf565c710
|
Merge pull request #65 from tracim/fix/41_remove_examples
|
6 gadus atpakaļ |
Guénaël Muller
|
f11e0731a1
|
add small test for new create_user method + email required
|
6 gadus atpakaļ |
Guénaël Muller
|
60171c6620
|
renaming of tests in user_api
|
6 gadus atpakaļ |
Guénaël Muller
|
682682f5f1
|
fix tests + force email in create_minimal_user method
|
6 gadus atpakaļ |
Guénaël Muller
|
37d33febe1
|
fix user creation with command and email notification
|
6 gadus atpakaļ |
Guénaël Muller
|
f7b7969cff
|
FIXME as Comments
|
6 gadus atpakaļ |
Guénaël Muller
|
be510d78c1
|
update template address
|
6 gadus atpakaļ |
Guénaël Muller
|
da81fb2c8d
|
Restore-mail-notifier WIP
|
6 gadus atpakaļ |
Guénaël Muller
|
d9cdd657fb
|
better nominal_case for get_user_with_context
|
6 gadus atpakaļ |
Guénaël Muller
|
041b320f5d
|
Drop old examples
|
6 gadus atpakaļ |
Guénaël Muller
|
4719a871d8
|
use post_load to deserialise object
|
6 gadus atpakaļ |
Damien Accorsi
|
9fda7dadf3
|
Merge pull request #63 from tracim/fix/better_readme
|
6 gadus atpakaļ |
Guénaël Muller
|
761718dd6c
|
rename file to file_ to avoid trouble with file build-in
|
6 gadus atpakaļ |
Guénaël Muller
|
a204b4ff69
|
fix some typing and naming issue related to userlib
|
6 gadus atpakaļ |
Guénaël Muller
|
7c8c23b589
|
some small fix for readme
|
6 gadus atpakaļ |
Guénaël Muller
|
adf1dd1659
|
cleanup depot when using delete db command
|
6 gadus atpakaļ |
Damien Accorsi
|
20ba34967e
|
Merge pull request #61 from tracim/fix/52_fix_sqlalchemy_issue_for_webdav
|
6 gadus atpakaļ |
Guénaël Muller
|
5b499a58d1
|
better comment
|
6 gadus atpakaļ |
Guénaël Muller
|
055d66e054
|
verify db delete command exist
|
6 gadus atpakaļ |