Commit graph

29624 commits

Author SHA1 Message Date
Michael
09c2f424be More test data 2021-02-05 07:27:15 +00:00
Michael
15b709594f Improving test data 2021-02-05 07:14:09 +00:00
Michael
bc6d87afa8 test again 2021-02-05 06:56:24 +00:00
Michael
3446829a19 And again ... 2021-02-05 06:41:34 +00:00
Michael
686bf6b32f Some more debug output 2021-02-05 06:33:34 +00:00
Michael
289923a17c Testing the query 2021-02-05 06:23:34 +00:00
Michael
239bf686af Just some more tests 2021-02-05 05:53:44 +00:00
Michael
0cd8c78e2d Use the id instead of iid 2021-02-04 22:51:33 +00:00
Michael
859d026edf Some more test data 2021-02-04 22:41:33 +00:00
Michael
f92816cf62 More test data 2021-02-04 22:14:53 +00:00
Michael
38de3a53a5 Enhanced test data 2021-02-04 22:14:09 +00:00
Michael
f6e4aa6ad3 Test for test 2021-02-04 21:49:31 +00:00
Michael
69aad853ee Handle empty values for API output 2021-02-04 18:14:15 +00:00
Michael
2b6b72f7fd Fix test data 2021-02-04 17:56:43 +00:00
Michael
2e4ff98699 Set test data 2021-02-04 17:48:51 +00:00
Michael
2282bb4a19 Fix test data 2021-02-04 09:46:29 +00:00
Michael
5e846dd7c2 The thread table is replaced by post-thread and post-thread-user 2021-02-04 05:51:25 +00:00
Michael
e561cad844 "participation" is removed since it is unused 2021-02-02 06:28:51 +00:00
Michael
5a2c5da81d Added "user-item" table to the list of removable tables 2021-02-02 06:10:10 +00:00
Michael
9f37a4d9a0 Rearranged order of update calls 2021-02-02 06:05:50 +00:00
Michael
48ba88b11c remove test logging 2021-02-02 05:53:55 +00:00
Michael
df24c0daeb User-Item table is replaced 2021-02-02 05:45:57 +00:00
Michael
b26157e6e3 Update function for "post-user-notification" 2021-02-01 20:11:25 +00:00
Michael
be3dfb4ffe Merge remote-tracking branch 'upstream/develop' into post-thread-user 2021-02-01 19:31:39 +00:00
Michael Vogel
04caf17772
Merge pull request #9887 from MrPetovan/task/9872-normalize-frontend-api-responses
Replace references of mod/subthread with item/{id}/follow
2021-02-01 20:30:31 +01:00
Michael
32e6b28aab Fixed class name 2021-02-01 13:36:20 +00:00
Hypolite Petovan
d57531fe39
Merge pull request #9897 from tobiasd/20210201-lng
BG, DE and IT translation updates
2021-02-01 08:19:08 -05:00
Michael
4c1812a1eb Improved notification description 2021-02-01 11:09:23 +00:00
Michael
d5c33216b7 Don't remove data from the item array 2021-02-01 11:00:35 +00:00
Michael
c62d93cfe8 Avoid "Undefined index: verb" 2021-02-01 10:57:25 +00:00
Michael
8c9346fc12 New table "post-user-notification" 2021-02-01 10:31:38 +00:00
Michael
08317036e7 List of deprecated fields is checked 2021-02-01 07:06:01 +00:00
Tobias Diekershoff
f0de969b21 DE translation update 2021-02-01 07:16:33 +01:00
Tobias Diekershoff
980fb03d94 IT translation update THX fabrixxm 2021-02-01 07:05:10 +01:00
Tobias Diekershoff
cf8f69f84b BG translation update THX Rafael Kalachev 2021-02-01 07:04:13 +01:00
Michael
c1d99d6c4c Most user-item traces removed 2021-01-31 23:37:34 +00:00
Hypolite Petovan
bf127c97ff Remove mod/subthread file 2021-01-31 17:36:18 -05:00
Hypolite Petovan
7f78d6e722 Replace references of GET mod/substhread with POST item/{id}/follow 2021-01-31 17:36:18 -05:00
Hypolite Petovan
15e9f219e7 Add new item/{id}/follow module and POST route
- It is meant to replace mod/subthread
2021-01-31 17:36:18 -05:00
Michael Vogel
ee6699e641
Merge pull request #9891 from MrPetovan/task/9782-item-star
Move GET starred/{id} to POST item/{id}/star
2021-01-31 22:42:57 +01:00
Hypolite Petovan
b31fc3bfa9 Move GET starred/{id} to POST item/{id}/star 2021-01-31 14:21:57 -05:00
Hypolite Petovan
5d270fbb54 Rename dostar() to doStar() 2021-01-31 14:21:09 -05:00
Michael
ac03399a90 Merge remote-tracking branch 'upstream/develop' into post-thread-user 2021-01-31 18:33:02 +00:00
Michael
15162b4027 New table "post-thread-user" 2021-01-31 18:32:22 +00:00
Michael Vogel
b589b35af0
Merge pull request #9889 from MrPetovan/task/9872-item-ignore
Move GET item/ignore/{id} to POST item/{id}/ignore
2021-01-31 19:26:09 +01:00
Hypolite Petovan
6d31c11e57 Move GET item/ignore/{id} to POST item/{id}/ignore 2021-01-31 12:56:44 -05:00
Hypolite Petovan
586d39420e Rename doignore to doIgnoreThread 2021-01-31 12:55:50 -05:00
Michael Vogel
71b85ef393
Merge pull request #9893 from MrPetovan/bug/9879-empty-plurals
Skip empty message strings in Console\PoToPhp
2021-01-31 18:32:44 +01:00
Michael Vogel
911b170753
Merge pull request #9888 from MrPetovan/task/9782-item-like
Move GET like/{id} to POST item/{id}/activity/{verb}
2021-01-31 17:34:18 +01:00
Hypolite Petovan
151db1104a Move GET /like/{id} to POST /item/{id}/activity/{verb} 2021-01-31 08:41:04 -05:00