-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature python3 #81
Open
elterrien
wants to merge
118
commits into
hforge:master
Choose a base branch
from
alirahealth:feature_python3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature python3 #81
Changes from all commits
Commits
Show all changes
118 commits
Select commit
Hold shift + click to select a range
55c5c0a
Gevent: Update to version 1.5, & fix API
staverne 19144c4
(#MOBI-3309) Integrate Beaker middleware with WSGI application
M3te0r 6f79fa4
(#MOBI-3309) fix requirements.txt
M3te0r 6e6aff9
(#MOBI-3309) support tests implementation, no session
M3te0r 667ce1d
(#MOBI-3309) refix
M3te0r 81105d9
(#MOBI-3309) do not use cookie on APIs
M3te0r 58a30cc
(#MOBI-3309) avoid TB
M3te0r ef919ad
(#MOBI-3309) allow to pass headers to do_request
M3te0r 2db595a
(#MOBI-3309) save on login
M3te0r 6b31938
(#MOBI-3309) do not save...
M3te0r 745315e
(#MOBI-3309) register key in server.py init because tests do not laun…
M3te0r 1e974ee
(#MOBI-3309) fix typo
M3te0r 4a9c848
session timeout/expire
M3te0r f73cf97
httponly and samesite strict
M3te0r 9b584bf
(#MOBI-3309) jwt exceptions
M3te0r aa4a5c0
(#MOBI-3309) fix cookie, log exception
M3te0r 3cd49a8
(#MOBI-3309) treat basic like bearer
M3te0r 304d5c6
(#MOBI-3309) treat basic like bearer
M3te0r 5d96bce
(#MOBI-3309) treat basic like bearer
M3te0r b5e155d
(#MOBI-3309) fix cookie
M3te0r 7e220eb
(#MOBI-3309) remove email from JWT
M3te0r 98f7e6f
(#MOBI-3309) fix lazy exception...
M3te0r 71faf9b
Merge pull request #1 from bepatient-fr/mobi_3309_hotfix_session_system
M3te0r 1a0e4b3
(#MOBI-4041) Allow cookie custom domain
M3te0r e4b8cf3
(#MOBI-4041) Allow cookie custom samesite
M3te0r 7cc61d8
Merge pull request #3 from bepatient-fr/mobi_4041_allow_custom_cookie…
M3te0r 24538fc
Fix TB on Reference
M3te0r 2a4377d
add placeholder to default widget
M3te0r 3deac90
(#MOBI-4189) Fix session samesite lax for fitbit oauth2
M3te0r 88406ca
Merge pull request #4 from bepatient-fr/mobi_4189_fix_session_samesit…
M3te0r 15c688f
(#MOBI-4403) Revamp ikaaro debug error page and logs
M3te0r 8dd864e
(#MOBI-4403) more error to debug on resource links
M3te0r 29ae48a
(#MOBI-4403) update obsolete syntax
M3te0r 1454475
(#MOBI-4403) update requirements.txt
M3te0r ce2a879
(#MOBI-4403) update requirements.txt
M3te0r c1fcb1e
(#MOBI-4403) remove tb from default template
M3te0r b3c26b2
(#MOBI-4403) fix last is_prototype MSG, updates logs
M3te0r 4057319
(#MOBI-4403) session_key customiszation
M3te0r 28d0769
Merge pull request #6 from bepatient-fr/mobi_4403_ikaaro_revamp_error…
M3te0r 4d783e5
(#MOBI-4403) correct ip format request
M3te0r 08961f6
(#MOBI-4403) remove set_cookie header from log
M3te0r dc68476
Merge pull request #7 from bepatient-fr/fix_usr
M3te0r 461cf82
(#MOBI-4403) fix duration cast
M3te0r b45d529
Merge pull request #8 from bepatient-fr/fix_duration_cast
M3te0r b61f799
(#MOBI-4403) fix usr id api
M3te0r d2cff25
Merge pull request #9 from bepatient-fr/fix_usr_id_api
M3te0r 8b980f2
(#MOBI-4403) fix usr id api 2
M3te0r 03f4adb
(#MOBI-5006) Use SESSION_KEY constant to name the cookie
M3te0r 8a728a7
(#MOBI-5220) use language in multilingual default text field
M3te0r df7d3bf
Configurable session_secure
M3te0r fc59276
(#MOBI-5212) Resources metadat json export
M3te0r 0e736e4
(#MOBI-5212&5213) Resources import + fixes export
M3te0r bc56523
(#MOBI-5212&5213) dry_run mode for _get_form, cleaning, cls child exc…
M3te0r a7c07b1
(#MOBI-5212&5213) action_goto
M3te0r 0fb9f75
(#MOBI-5212&5213) export rte html support
M3te0r 9806c69
(#MOBI-5212) fix check field names, remove index
M3te0r 0802349
Merge pull request #10 from bepatient-fr/mobi_5212_resources_metadat_…
M3te0r 27d3954
(#MOBI-5600) Fix False boolean import
M3te0r 3eb3cf9
(#MOBI-5609) Fix non str datatype import
M3te0r e9e3f16
(#MOBI-5615) Dry run update_metadata
M3te0r 5352726
(#MOBI-5687) Fix import _get_form errors
M3te0r 358ae9d
mobi ikaaro perf
M3te0r b4e9ae1
Activate RO concurrence
M3te0r abd5d4b
gevent patch in main, GET writable paths returned by root
M3te0r 3300549
Merge pull request #13 from bepatient-fr/mobi_ikaaro_perf
M3te0r 3520d49
Merge pull request #14 from bepatient-fr/activate_ro_concurrence
M3te0r 53dd8a8
Update deps
M3te0r c51d605
Pin jwcrypto to 0.8
M3te0r 10690e5
Update NPM
M3te0r 632f1ec
fix access rights
M3te0r c7a8e16
add encryption utils methods
JamesTOMBI d5f2456
put encryption knowledge in ikaaro
JamesTOMBI caf513c
add restrictions to datatype
JamesTOMBI 950d212
spreading datatype changes into value retrieving calls
JamesTOMBI 42fb179
add some comments
JamesTOMBI 910783d
fix some unicode indexation issues
JamesTOMBI 4cce8d8
(#MOBI-6291) Move encryption to itools, encrypted in datatype and dat…
M3te0r 34e252d
(#MOBI-6291) Fix imports
M3te0r 75cbcdd
(#MOBI-6291) remove pycryptodome
M3te0r 9bca3e8
Merge pull request #16 from bepatient-fr/mobi_6291_encryption_data
M3te0r 4b59c88
Fix import Ikaaro Fisrt pass
elieterrien d93c6f6
Python 3 2nd pass with requirements.txt
elieterrien 973ad09
Fix parameters
elieterrien facc4fd
Python 3 read images
elieterrien 8b6e5ff
Python 3 fix type value
elieterrien 72ac2ac
Python 3 fix import package
elieterrien bc0430e
Python 3 str to bytes
elieterrien 68d60e5
Python 3 Gevent APP need to return Bytes
elieterrien 54f7785
Python 3 fix convert to dict
elieterrien 2fcff83
Python 3 fix decode
elieterrien 0f3351b
Fix many things
jdavid 3ae8092
Merge pull request #18 from jdavid/bepatient-py3
elterrien 2e452c9
Python 3 order languages by name
elieterrien bae96ea
Python 3 nom de fichier en string
elieterrien 7d3544f
Python 3 added new method get_multipart_body_v2 for upload file and i…
elieterrien 78b7c24
Python 3 fix encoding
elieterrien 2cf1a60
Python 3 - from past.builtins import cmp cause circular import
elieterrien a2f6af1
Python 3 - from past.builtins import cmp cause circular import
elieterrien 027f0c5
Python 3 fix import module
elieterrien 0feaa54
Python 3 fix encoding context
elieterrien e20536f
Update requirements
jdavid 8b6df6f
Fixing tests (wip)
jdavid c51a019
Fix tests
jdavid 7aeecf3
Test xapian search
elieterrien 744b96b
Index most fields as String instead of Unicode
jdavid da8e0fc
Integrate xapian search
elieterrien e03afb0
Python 3 convert to json
elieterrien 45f280c
Pb requirements.txt
elieterrien dd883d5
Python update init
elieterrien c6ab617
Python3 convert response headers
elieterrien 3d2f094
ikaaro does not use cryptography directly
jdavid 2ee07e8
Fix json import - delete encoding to bytes
elieterrien 5d2dd08
Fix Text_Field is String
elieterrien 297e01c
Fix Text_Field decoding
elieterrien b284871
Fix ressource empty
elieterrien 3361768
Missing 'u'
elieterrien 7cda02d
Log the resource abspath
elieterrien ee01810
Fix Root import
elieterrien File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ test/demo.hforge.org/ | |
*.xhtml.ca | ||
*.xhtml.nl_BE | ||
ikaaro/ui_dev/aruni/node_modules/ | ||
.idea |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe its used to remove resource ?