Skip to content

Releases: Deer-Spangle/faexport

v2023.03.1

03 Mar 18:07
Compare
Choose a tag to compare

Changed

  • Stripping null bytes from submissions
  • Quote cookie variable in Makefile to avoid need to escape them
  • Docs comment about browse pages not always returning a full page
  • Update dependencies

Fixed

  • Test improvements (handling non-full pages, fast fail on missing tokens)
  • Handling new type of deleted comment on FA (Where the comment is non-bold and simply says [deleted])

v2022.10.1

03 Mar 09:42
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where invalid unicode characters in FA page would cause the API to return a 500 error.

v2022.08.1

28 Aug 17:47
Compare
Choose a tag to compare

Changed

  • Updated Ruby version and dependencies
  • Updated alpine version in the docker image

v2022.06.2

28 Aug 16:47
Compare
Choose a tag to compare

Changed

  • Correctly returns 404 status code and error messages when submissions, journals, and users do not exist.
  • Changed some of the HTTP status codes for errors, to more correct codes for each error.

v2022.06.1

28 Aug 16:46
Compare
Choose a tag to compare

Fixed

  • Fixed parsing of profile name on user endpoint

v2022.04.2

28 Aug 16:46
Compare
Choose a tag to compare

Added

  • Added "guest_access" parameter to user profile endpoint, which says whether a user's page is available to guests without logging in.

v2022.04.1

04 Apr 16:42
Compare
Choose a tag to compare

Added

  • Added new search time ranges: 1day, 3days, 7days.
    • Default remains all.
    • Old values of 24hours, 72hours, week are automatically mapped to 1day, 3days, or 7days respectively.

v2022.02.1

09 Feb 19:32
Compare
Choose a tag to compare

Added

  • Added new search time ranges: 24hours, 72hours, 30days, 90days, 1year, 3years, 5years.
    • Default is still all.
    • The old values of day, 3days and month are automatically mapped to 24hours, 72hours, or 30days respectively.
    • The old value of weekhas been removed.

Removed

  • Removed time range option week from the search endpoint's time range options.

Fixed

  • Fix note outbox listing, which has been renamed to sent on Furaffinity. But will remain as outbox here for backward compatibility.

v2022.01.2

13 Jan 00:20
Compare
Choose a tag to compare

Security

  • Fixed session leak issue in authenticated endpoints.

Removed

  • Removed deprecated and broken login() method, and ability to configure via username and password

v2022.01.1

05 Jan 00:31
Compare
Choose a tag to compare

Changlog:

  • Adding prometheus metrics for users online on FA, as parsed by the status endpoint. faexport_fa_users_online_total