Skip to content

Releases: Scifabric/pybossa

New improvements

08 Jun 10:37
Compare
Choose a tag to compare

This release has a few new improvements in the background, like a materialized view for the leaderboard, as well as pagination for the current user in the leaderboard. Also the web push notifications have been improved. Enjoy!

Webpush notifications

09 May 13:14
Compare
Choose a tag to compare

This new version includes official support for Webpush notifications per project for the server. While you can use our pybossa-onesignal library to do your integrations within the PYBOSSA ecosystem, you can also allow users to subscribe to specific projects (instead of globally).

Check the documentation and enjoy this new cool feature!

JSON please

29 Mar 12:18
Compare
Choose a tag to compare

This new release has lots of goodies:

  • Blogpost API: now you can read, create, update and delete blogposts via the API.
  • Favorites API: now you can allow your users to mark as a favorite a task.
  • React, jQuery or Vuejs: choose your framework and build a full JS server ;-) Almost all endpoints now speak JSON.
  • Schedulers now support orderby any domain object attribute and descending.
  • Newtask api endpoint now allows you to grab up to 100 tasks for a user.

Native Android and iOS support via the API

03 Aug 10:26
Compare
Choose a tag to compare

This new version adds a few cool features to PYBOSSA. Basically, it allows to use PYBOSSA backend as your crowdsourcing engine for native iOS and Android phone apps.

The idea is that those apps, usually have their own user base, with their own IDs.

As a result, you don’t want to force your user base to register again in another service just to help you with your crowdsourcing research. Therefore, PYBOSSA comes to the rescue allowing you to login those users in a PYBOSSA project using a secure token (JWT).

The process is really simple, you create a PYBOSSA project, you copy the secret key created by PYBOSSA for your project and you use it to authenticate your requests. Then when a user sends a Task Run you pass your authentication token and your internal user ID. As simple as that. PYBOSSA will handle everything as usual.

JSON Fulltext search support

23 May 09:35
Compare
Choose a tag to compare

Now PYBOSSA allows you to search in first level key/value pairs using fulltext. Check docs.

New default theme

03 May 13:52
v2.0.0
Compare
Choose a tag to compare
  • New default theme.
  • Small bug fixes.

v1.6.1: Merge pull request #1263 from PyBossa/issue-security

07 Apr 09:41
Compare
Choose a tag to compare
  • Improve security when exporting tasks and task runs.

v1.6.0

04 Apr 12:52
Compare
Choose a tag to compare
  • API contexts: now the API returns the data related to the authenticated user first.

v1.5.1

16 Feb 09:56
Compare
Choose a tag to compare
  • Store taskruns from draft projects, flush them automatically before publishing the project.

v1.5.0

08 Feb 15:33
Compare
Choose a tag to compare
  • Added Amazon S3 importer