Commit Graph

48 Commits

Author SHA1 Message Date
Profitroll c9f37ea2b6
Fixed deletion not working properly 2024-05-06 12:47:09 +02:00
Profitroll 7f107b2306 Fixed raw_result absent on deleted object 2024-05-06 13:29:26 +03:00
Profitroll 818afa0b74
Fixed caption being added explicitly 2024-04-30 20:57:51 +02:00
Renovate 1ac5abd7bf Update dependency photosapi_client to v0.6.0 (#75)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| photosapi_client | minor | `==0.5.0` -> `==0.6.0` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->

Co-authored-by: profitroll <vozhd.kk@gmail.com>
Reviewed-on: #75
Co-authored-by: Renovate <renovate@git.end-play.xyz>
Co-committed-by: Renovate <renovate@git.end-play.xyz>
2024-03-19 23:25:03 +02:00
Profitroll bd43ee15ae
Replaced find_one_and* with proper methods 2024-03-11 21:37:01 +01:00
Profitroll a0616ff285
Improved naming 2023-10-15 18:14:22 +02:00
Profitroll c4d31c955f
Fixed context handler 2023-10-15 17:56:20 +02:00
Profitroll 6bd1234d3d
This commit closes #45 2023-10-15 17:40:56 +02:00
Profitroll 1d88076285
exp is now exc 2023-08-16 13:27:23 +02:00
Profitroll cd26990b7e
Migrate to async_pymongo 2023-08-14 14:52:02 +02:00
Profitroll dc774262f8
Locale for console is gone for good 2023-07-03 11:42:28 +02:00
Profitroll 28b5449f2a
Improved /shutdown 2023-06-30 11:34:15 +02:00
Profitroll 11dbf3239d
Removed deprecated collection 2023-06-28 10:52:00 +02:00
Profitroll 420a4cb7eb
Fixed locale strings and commands 2023-06-28 10:43:13 +02:00
Profitroll 10c60ae932
WIP: /language system 2023-06-28 10:37:18 +02:00
Profitroll 93f3439a11
Fixed response type check 2023-06-28 08:59:40 +02:00
Profitroll 9e0a815062
Fixed markup 2023-06-28 08:57:09 +02:00
Profitroll 51da210817
Small fix 2023-06-28 08:56:21 +02:00
Profitroll e06cb4b377
/remove command fixed 2023-06-28 08:53:15 +02:00
Profitroll 5adb004a2a API usage overhaul (#27)
* `/report` command added
* Updated to libbot 1.5
* Moved to [PhotosAPI_Client](https://git.end-play.xyz/profitroll/PhotosAPI_Client) v0.5.0 from using self-made API client
* Video support (almost stable)
* Bug fixes and improvements

Co-authored-by: profitroll <vozhd.kk@gmail.com>
Reviewed-on: #27
2023-06-28 00:57:30 +03:00
Profitroll f82c7b309f Added media removal 2023-03-21 14:34:25 +01:00
Profitroll 399fc5050d Updated user messages 2023-03-20 14:50:57 +01:00
Profitroll 20666fc0f8 Improved shutdown 2023-03-20 13:55:42 +01:00
Profitroll 03b6bbe039 Prototype: Files import 2023-03-20 12:03:03 +01:00
Profitroll a4323981fb WIP: Media import/export 2023-03-18 20:53:26 +01:00
Profitroll 06b6b49f43 This commit closes #13 2023-03-17 14:51:41 +01:00
Profitroll 717586a9f0 Improved logging 2023-03-17 14:13:28 +01:00
Profitroll 4ec69c2a05 This commit closes #9 2023-03-16 15:03:14 +01:00
Profitroll 88692ebc85 Now using black for formatting 2023-03-09 11:33:02 +01:00
Profitroll 88f8bb4a52 WIP: Photos and queue removal 2023-02-25 23:19:08 +01:00
Profitroll cf6c1f03d7 Disabled notification for accepted submissions 2023-02-25 23:12:33 +01:00
Profitroll 056fc52353 This commit closes #4 and closes #6 2023-02-19 20:54:58 +01:00
Profitroll 6b7b5c22f2 Reverted web preview disable 2023-02-18 00:58:09 +01:00
Profitroll b3698cfa70 Added support for duplicates access tokens 2023-02-18 00:55:58 +01:00
Profitroll 7918049f49 Fixed language code typo 2023-02-17 23:18:54 +01:00
Profitroll b766d0c52c Improved linting and removed unused imports 2023-02-17 22:59:03 +01:00
Profitroll 807e629ae7 Moved cooldowns to PosterUser class 2023-02-17 22:48:37 +01:00
Profitroll a54081a2ae Fixed some issues with locale 2023-02-17 21:58:46 +01:00
Profitroll 664284a6f8 Integrated previous commits 2023-02-17 21:55:38 +01:00
Profitroll 25af9b31f8 Changed Client to PosterClient 2023-02-17 16:46:33 +01:00
Profitroll 28fc359593 WIP: export and import 2023-02-17 16:46:13 +01:00
Profitroll 07203a9db9 Changed the way exceptions are handled 2023-02-17 16:45:51 +01:00
Profitroll 663a7b0db8 Submission without confirmation added 2023-02-17 16:44:56 +01:00
Profitroll 4cd37be5dc WIP: New submission system 2023-02-16 16:41:01 +01:00
Profitroll 05042f01c6 Disabled WIP warning 2023-02-15 14:07:40 +01:00
Profitroll 5b1afe2c9e WIP: API usage as main 2023-02-15 14:06:06 +01:00
Profitroll 7940cbe5a7 WIP: API usage as main 2023-02-14 16:25:56 +01:00
Profitroll 08e03ba911 Moved handlers to another location 2023-02-14 11:38:54 +01:00