- Numerous typing fixes.
- Fix licence in package metadata.
- Cut a new release to fix the docs.
- Prevent upgrading to SQLAlchemy 1.4
- Fix tests.
- Cleanup API.
- Use sentry sdk instead of raven.
- Cleanup.
- Format.
- Docstrings.
- Fix/silent lint errors.
- Cosmit py3k.
- Format.
- Marketing.
- Modernize code.
- Prettify front-end.
- Use proper booleans.
- Ci: add nox tests.
- Ci: fix noxfile.
- Ci: refact tox config.
- Ci: use bionic for travis.
- New flake8 warnings.
- Ci: Github actions.
- Ci: travis / py38.
- Refactor: f-strings.
- Typing + format.
- Py3k.
- Travis for 3.8 (not working)
- Search wasn't really configurable.
- Fix bug on debug toolbar for signals.
- Remove "pyre-fixme" comments.
- Small refactor (f-strings).
- Typing issues fixed.
- Fix for readthedocs.
- Fix doc (sphinx) issues.
- Fix tests.
- Type hints.
- Typing fixes.
- Fix settings.
- Cleanup imports.
- Py3k-ize settings. May break things.
- Fix typing (pyre) issues.
- Format.
- Annotate w/ type warnings.
- Refactor: use f-strings.
- Py3k: using pyupgrade.
- New flake8 warnings.
- Ci: Github actions.
- Ci: travis / py38.
- Refactor: f-strings.
- Deps
- Typing + format.
- Py3k.
- Travis for 3.8 (not working)
- Search wasn't really configurable.
- Annotate w/ type warnings.
- Cleanup imports.
- Fix bug on debug toolbar for signals.
- Fix doc (sphinx) issues.
- Fix for readthedocs.
- Fix settings.
- Fix tests.
- Fix typing (pyre) issues.
- Format.
- Py3k-ize settings. May break things.
- Py3k: using pyupgrade.
- Remove "pyre-fixme" comments.
- Small refactor (f-strings).
- Type hints.
- Typing issues fixed.
- Add flake8-mypy.
- Add type annotations.
- Better variable naming.
- Class BlobQuery is not needed.
- Cleanup imports.
- Couple of typing fixes.
- Fix incomplete refactoring.
- Format + typing.
- Make more robust.
- Py3k.
- Refactor caching.
- Refactor conversion service.
- Refactor: extract variable.
- Set up CI with Azure Pipelines.
- Skip test when soffice not available.
- Typing.
- A couple of typing fixes.
- Dont run flake8-mypy for now.
- Drop Python 2 support.
- Rewrite code to be Python 3 only.
- Various fixes.
- Simplify indexing control DSL: __indexation_params__ -> __index_to__.
- Simplify indexing control DSL: __indexation_params__ -> __index_to__.
- Switched dependency management to poetry
- Py3k migration and fixes.
- Cleanup, small fixes related to updated dependencies.
- Cleanup, small fixes related to updated dependencies.
- Clean up audit objects by removing null values on init
- Unpin pillow, small cleanups.
- pin wtforms because 2.2 breaks our tests
- Fix for Flask 1.0
- Fix install under pip 10
- Refactor pytest fixtures. API has changed.
- Cleanup JS
- Refactor tests (use pytest fixtures)
- Refactor Application class
- Fix Py3k compatibility.
Breaking changes:
- Removed deprecated plugin loader
- Renamed is_support_attachments to supports_attachments
Other:
- Refactoring tests to use pytest's function-based tests instead of unittest's class-based tests.
- Don't depend on psycopg2, so you can use your favorite driver (ex: pg8000).
- Cleanup
- Bug fixes
- Python 3 compatibility
- Dependencies updates
- Relax dependency constraint on Bleach to allow upgrade of other deps.
- Cleanup
- Fix some warnings.
- JS cleanup and linting
- Deps updates
- Revert some buggy JS "clean up".
- Deps updates
- Code clean up.
- Workaround bug in Babel related to Python 3.
- Cleanup and prepare for Python 3.
- Cleanup and prepare for Python 3.
- Use headless libreoffce for conversion instead of unoconv.
- Add "impersonate" admin panel.
- Fix bug on form_valid
- Downgrade Ravenjs :(
- Ravenjs update
- Update deps
- Fix issue with raven-js logging
- More robust reindex command.
- Pytest > 3.0 compat
- Use bcrypt library instead of py-bcrypt.
- Work on Py3k compatibility (not done yet)
- Update dependencies.
- Work on Py3k compatibility (not done yet)
- Remove unneeded dependencies.
- Update dependencies.
- Harder linting.
- Made compatible with Flask 0.11, SQLAlchemy 1.0 and a few other recent releases.
- General cleanup.
Workaround some regression by not generating less source map.
- Fix import error.
- Allow SQLAlchemy 0.9.x for now
- Allow application/x-pdf mime type.
- Upgrade SQLAlchemy to 1.0+.
- Dump config in sysinfo admin panel
Cleanup:
- Upgrade deps
- Reformat code using Google style rule
Features:
- dynamic row widget options to add controls at the bottom (23 hours ago)<yvon>
Fixes:
- fix datatable optionalcriterion filter (2 days ago)<yvon>
- fix jquery datable jqmigrate warning (2 days ago)<yvon>
- fix search criterion outerjoin (6 days ago)<yvon>
- textsearch criterion mysterious onclause fix (9 days ago)<yvon>
Cleanup:
- Upgrade deps
- Reformat code using Google style rule
- Fix IPv6 / GeoIP issue
- Improve debug toolbar
- Improve dashboard
- Celery: expire task before next run scheduled
- add security debug panel: shows permissions and roles assignments
- faster query_with_permission()
- Fix: user administration could remove non-assignable roles
- Subforms (Form used in FormFields / ListFormFields / etc) can filter their fields according to permission passed to top Form.
- Editable comments
- Upgrade SQLAlchemy to 0.9
- Admin: add Tag panels
- Breaking: minor schemas changes. Migrations needed for existing applications
- tags in 'default' namespace are indexed in document's text for full text search on tag label
- age filter has a new option to show full date when date is not today
- run command: add --ssl option
- admin: manage groups membership from user page
- updated requirements to ensure sane minimum versions
- Role based access control makes more permissions checks againts roles and less simple role check
- fixes for celery workers
- fix: check user has role on object with global role
- fix: check user has roles through group membership
- Navbar is now non-fluid.
- Upgrade Jinja to 2.8 and Babel to 2.0
- Fixed image cropping.
Another release because there was a version number issue with the previous one.
- Replace Scribe by CKEditor for better IE compatibility.
- Smaller bug fixes and code cleanups
- permission: no-op when service not running
- JS fixes
- CSS fixes
- pallets/flask#1135
- Object level permissions
- Add "meta" properties to entities
- Attached files to entities
- More flexible search filters
- Avatars
- Tag engine (alpha)
- JS: Upate ravenjs, requirejs, bootbox, jquery, scribe
- security service: fix exception on has_role()
- default user avatar is now a circle with their last name initial (#12)
- add PRIVATE_SITE, app, blueprint and endpoint access controller registration
- Better handling of CSRF failures
- add dynamic row widget js
- js: add datatable advanced search
- CSS (Bootstrap) fixes
- Permissions fixes
- Updated Bootstrap to 3.3.4
- Updated flask-login to 0.2.11
- Updated Sentry JS code to 1.1.18
- updated Select2 to 3.5.2
- enhanced fields and widgets
- set default SQLALCHEMY_POOL_RECYCLE to 30 minutes
- Users admin panel: fix roles not set; fix all assignable roles not listed; fix cannot set password during user creation.
- Use ravenjs to monitor JS errors with Sentry
- Vocabularies
- Minor bugfixes
- Minor bugfixes
- Added a virus scanner.
- Changed the WYSIWYG editor to Scribe.
- Vocabularies
- Deprecated the @templated decorator (will be removed in 0.4.0).
- Build: Use pbr to simplify setup.py.
- Dependencies: moved deps to ./requirements.txt + cleanup / update.
- Testing: Tox and Travis config updates.
- Testing: Run tests under Vagrant.
- QA: Fixed many pyflakes warnings.
- Too long to list.
- refactored abilian.core.entities, abilian.core.subjects. New module abilian.core.models containing modules: base, subjects, owned.
- Fixed or cleaned up dependencies.
- Fixed setupwizard.
- added config value: BABEL_ACCEPT_LANGUAGES, to limit supported languages and change order during negociation
- Switched CSS to LESS.
- Updated to Bootstrap 3.1.1
- Update some dependencies
- Added login/logout via JSON api
- Added 'createuser' command
- added jinja extension to collect JS snippets during page generation and put them at end of document ("deferred")
- added basic javascript to prevent double submission
- Added Flask-Migrate
- Redesigned indexing:
- single whoosh index for all objects
- search results page do not need anymore to fetch actual object from database
- index security information, used for filtering search results
- Added "reindex" shell command
- Initial release.