Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mattupstate/flask-principal issues and pull requests

#54 - use mongoengine

Issue - State: open - Opened by ilaer over 3 years ago

#53 - Update module names flask_principal and flask_login in documentation

Pull Request - State: open - Opened by phispi over 4 years ago

#51 - Issue with classes in sets

Issue - State: closed - Opened by claygorman over 6 years ago

#50 - is this project dead?

Issue - State: open - Opened by rustanacexd about 7 years ago - 12 comments

#49 - Configurable extension options

Pull Request - State: open - Opened by jirikuncar over 7 years ago

#48 - Make `use_sessions` and `skip_static` configurable

Issue - State: open - Opened by jirikuncar over 7 years ago

#47 - Make Permission.reverse() keep object identity

Pull Request - State: open - Opened by deeplook almost 8 years ago - 1 comment

#46 - LICENSE file is missing on pypi

Issue - State: open - Opened by tigerfoot almost 8 years ago

#45 - Fixed per-role permissions

Issue - State: open - Opened by bkabrda over 8 years ago - 1 comment

#44 - deque mutated during iteration

Issue - State: open - Opened by oliverbienert over 8 years ago

#43 - Add classifiers for supported python versions

Issue - State: open - Opened by jaapz over 8 years ago

#42 - Struggling with using `http_exception=`

Issue - State: closed - Opened by bodgit almost 9 years ago - 4 comments

#41 - fix typo "decroator" - address issue #31

Pull Request - State: open - Opened by indera over 9 years ago - 1 comment

#40 - Is this library maintained?

Issue - State: closed - Opened by Garito over 9 years ago - 10 comments

#39 - Add testing for python3.4

Pull Request - State: closed - Opened by joshfriend almost 10 years ago

#38 - Allow use_sessions and skip_static args to be passed via init_app

Pull Request - State: closed - Opened by joshfriend almost 10 years ago - 1 comment

#37 - Fix #36 by using issubset instead of intersection to check permissions

Pull Request - State: open - Opened by f3anaro almost 10 years ago

#36 - Intersection of required and provided needs is not sufficient

Issue - State: closed - Opened by f3anaro almost 10 years ago - 6 comments

#35 - Update Flask-Login example to use Signals

Issue - State: open - Opened by nickretallack almost 10 years ago

#34 - Version fix

Pull Request - State: open - Opened by quiqua almost 10 years ago - 1 comment

#33 - fixed the ValidationError in case of using session interface of MongoEngine

Pull Request - State: closed - Opened by Reddine about 10 years ago - 6 comments

#32 - Small mistake in test_principal.py

Issue - State: open - Opened by mickey06 about 10 years ago

#31 - Typo in docs

Issue - State: open - Opened by cyrexcyborg about 10 years ago

#30 - Mongo based sessions do not allow dots as key names

Issue - State: closed - Opened by avidas over 10 years ago - 1 comment

#29 - Removed install dependency on blinker.

Pull Request - State: closed - Opened by rvanlaar over 10 years ago - 1 comment

#28 - Add documentation for using with flask-jwt

Issue - State: open - Opened by svenstaro over 10 years ago - 6 comments

#27 - Errors in the examples provided by the docs induced by latest changes

Issue - State: open - Opened by mickey06 over 10 years ago - 3 comments

#26 - Flask 0.10.1, app_context and "_AppCtxGlobals object has no 'identity'"

Issue - State: open - Opened by cybertoast almost 11 years ago - 4 comments

#25 - Lazy load Identity object

Issue - State: open - Opened by mviamari almost 11 years ago - 4 comments

#24 - Fixed bad docstring.

Pull Request - State: closed - Opened by jyelloz almost 11 years ago - 1 comment

#23 - Declare permission that never allows anything

Issue - State: open - Opened by mgax about 11 years ago - 1 comment

#22 - Bug in flask-login example

Issue - State: open - Opened by mehaase about 11 years ago - 5 comments

#21 - Match operations with permission objects with set operators

Pull Request - State: open - Opened by metatoaster about 11 years ago - 13 comments

#20 - why is there noway to create an 'perm = a or b'

Issue - State: closed - Opened by rubensayshi about 11 years ago - 4 comments

#19 - Please ship LICENSE in your sdist uploads to pypi

Issue - State: closed - Opened by paultag about 11 years ago - 2 comments

#18 - Fixes TypeError when Flask.static_folder is None

Pull Request - State: closed - Opened by coyotevz about 11 years ago - 1 comment

#17 - Raise TypeError if Flask.static_folder is None

Issue - State: closed - Opened by coyotevz about 11 years ago

#16 - add LICENSE to MANIFEST.in

Pull Request - State: closed - Opened by sorki about 11 years ago - 3 comments

#15 - Possible security hole in AnonymousIdentity implementaion

Issue - State: closed - Opened by martyanov over 11 years ago - 22 comments

#14 - Permission decorators

Issue - State: open - Opened by mattupstate over 11 years ago

#13 - self.use_sessions should be self._use_sessions

Issue - State: closed - Opened by mickey06 over 11 years ago - 1 comment

#12 - self._is_static_route is called too many times when skip_static is true

Pull Request - State: closed - Opened by mickey06 over 11 years ago - 1 comment

#11 - Typo in __init__.py line 41

Issue - State: closed - Opened by mickey06 over 11 years ago

#10 - Add `__repr__`, remove unused `sys` import and PEP8.

Pull Request - State: closed - Opened by s0undt3ch over 11 years ago - 1 comment

#9 - Minor documentation fixes

Pull Request - State: closed - Opened by buztard about 12 years ago - 1 comment

#8 - Pertaining to Issue #7

Pull Request - State: closed - Opened by Auha about 12 years ago - 1 comment

#7 - Setting up Principal within an app factory

Issue - State: closed - Opened by Auha about 12 years ago - 5 comments

#6 - Consider adding ability to lazily load data for permission objects

Issue - State: open - Opened by mattupstate about 12 years ago - 12 comments
Labels: enhancement

#5 - Updated for flask 0.9. static_path is has been deprecated.

Pull Request - State: closed - Opened by masom about 12 years ago - 3 comments

#4 - Updated for flask 0.9. static_path is has been deprecated. see https://g...

Pull Request - State: closed - Opened by masom about 12 years ago - 4 comments

#3 - Properly re-raise an exception. No longer hides the exception stack.

Pull Request - State: closed - Opened by masom about 12 years ago - 16 comments

#2 - Fixes a few typo in docs.

Pull Request - State: closed - Opened by masom about 12 years ago - 2 comments

#1 - Fix setup.py to reflect change from package to module

Pull Request - State: closed - Opened by techniq over 12 years ago - 2 comments