Michael
608d3b2b32
The view can be made simpler
2021-01-17 10:14:38 +00:00
Michael
8643603f8b
Fix "Item couldn't be fetched."
2021-01-17 10:04:47 +00:00
Michael
d6052d309c
Make the group member be "LEFT JOIN"
2021-01-16 23:46:57 +00:00
Michael
d0174b57dd
Add group id
2021-01-16 23:14:37 +00:00
Michael
2b1d0b9db8
"selectForUser" and "" selectFirstForUser" is now moved to Post
2021-01-16 22:37:27 +00:00
Michael
3ab4e20fe6
Some more fields that will be needed for the user query
2021-01-15 11:46:57 +00:00
Michael
4cc52cef6b
Added "blocked" fields
2021-01-15 11:31:24 +00:00
Michael
a19e411000
User-Item is not needed
2021-01-15 09:13:18 +00:00
Michael
49d9cbb627
Rearrangements, adding user-item
2021-01-14 21:32:59 +00:00
Michael
8e12dd1658
Post view works now, "file" handling improved
2021-01-14 14:45:40 +00:00
Michael
ca16a4892b
The item view is completed, unneeded fields removed
2021-01-13 07:23:57 +00:00
Michael
122ad0af14
Merge remote-tracking branch 'upstream/develop' into item-view
2021-01-12 21:14:28 +00:00
Roland Häder
32e9a4d4d7
Some fixes:
...
- varbinary() is not needed when clear-text words like 'xmpp' are used for them,
it also hinders using external tools like Adminer/phpMyAdmin to search for
them as e.g. Adminer wraps a HEX() call (SQL) around `k` and `cat` (see table
`pconfig`)
- added missing UPDATE::SUCCESS
Signed-off-by: Roland Häder <roland@mxchange.org>
2020-11-14 15:29:41 +01:00
Hypolite Petovan
254b5ae07a
[dbstructure 1373] Replace contact.blocked with user.blocked in owner-view
...
- It was falsely reporting blocked users as unblocked since we don't block the public self contact
2020-11-08 02:35:55 -05:00
Michael
6c3ffb75a6
Issue 9366: filter account types on the network page
2020-10-05 16:48:28 +00:00
Michael
247d87c4e5
Added "manually-approve" to the owner-view
2020-09-02 03:18:04 +00:00
Michael
2b13fc8efe
Fix the network view
2020-08-19 19:10:30 +00:00
Michael
e5fecbb406
Remove unused "rating" functionality
2020-08-16 18:55:06 +00:00
Michael Vogel
45c12e7716
Some performance tweeks
2020-08-16 13:57:56 +02:00
Michael
71d9037970
Some further cleaning up
2020-08-15 12:06:18 +00:00
Michael
24b5396b1d
Using a view for the network page
2020-08-15 11:31:34 +00:00
Hypolite Petovan
34463f37e4
Rename contact table column to ffi_keyword_denylist
2020-06-07 11:24:52 -04:00
Michael
1dd4879197
Item view is working
2020-05-06 15:19:06 +00:00
Michael
acb44f82c7
Merge branch 'fix-fatal' into item-view
2020-05-06 05:14:18 +00:00
Michael
59675c4f0b
Merge remote-tracking branch 'upstream/develop' into no-term2
2020-05-05 15:44:24 +00:00
Michael
1912729b90
Tests with item views
2020-05-04 14:33:41 +00:00
Michael
875d6b36e9
File and category aren't using "term" anymore
2020-05-03 15:13:40 +00:00
Michael
2a1cdfa36b
Diaspora participations are now atored as activities
2020-05-02 08:52:11 +00:00
Michael
ac2957c4dd
Some more "term" to "tag" conversion
2020-05-01 10:57:32 +00:00
Michael
2b8dabcd95
API search is now done via "tag" as well
2020-05-01 09:41:17 +00:00
Michael
8c44f535b7
Merge remote-tracking branch 'upstream/develop' into write-tags
2020-04-29 02:38:33 +00:00
Michael
6febbef060
Corrected view
2020-04-28 19:15:42 +00:00
Michael
f5886db3e2
New view for searching tags
2020-04-27 20:32:25 +00:00
Michael
7d111e2a6f
Duplicated fields renamed
2020-04-25 07:29:02 +00:00
Michael
efa1351ac6
Cleaned up user table order in query
2020-04-24 21:14:03 +00:00
Michael
1c980c5b29
The workerqueue is now using a view as well
2020-04-24 18:50:36 +00:00
Michael
89dcab774d
Prticipation is now a view as well
2020-04-24 17:55:49 +00:00
Michael
57009d30c4
There is now a pending view
2020-04-24 15:42:43 +00:00
Michael
a5aa43469b
Some more places with owner-view
2020-04-24 13:41:11 +00:00
Michael
c4f7f3e26e
And some more view calls added
2020-04-24 12:59:19 +00:00
Michael
4181eb37f5
More joins replaced by view calls
2020-04-24 11:55:46 +00:00
Michael
02aed490e2
Owner-view added
2020-04-24 11:04:50 +00:00
Michael
b50aaf87d7
Some more code standards
2020-04-24 05:39:30 +00:00
Michael
bc1efdaf53
Code standards
2020-04-24 05:37:06 +00:00
Michael
c3aa2730de
Improved definition style
2020-04-23 07:02:18 +00:00
Michael
63ebbb8a16
We now can define views
2020-04-23 06:19:44 +00:00