53 コミット (773c4079653e3ce804d19de0261037405c7756e6)

作成者 SHA1 メッセージ 日付
  Joas Schilling 2166cfde9e
Allow to count comments with multiple verbs 2年前
  Mátyás Jani 1018eb4411
Fix SQL type error 2年前
  John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 3年前
  Joas Schilling c0c5340f4e
Fix populating the array and closing the cursors 3年前
  Simounet a50eba16ad
Fix Oracle query limit compliance in Comments 3年前
  Joas Schilling 5ae5729664
Don't throw when comments is disabled 3年前
  Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 3年前
  Joas Schilling ede7510854
Add a function to get the unread count for multiple objects in one go 3年前
  Joas Schilling 2dd50b4adc
Fix return type 3年前
  Joas Schilling 6400221fba
Less magic 3年前
  Joas Schilling d462439a63
Get the last comment date for a list of actors (to allow sorting mention suggestions e.g.) 3年前
  Joas Schilling 89651c5233
Allow to search on multiple objects with one query 3年前
  Joas Schilling 326640462b
Add methods to get the number of comments and last comment since a date 3年前
  Joas Schilling 2cc35cc65d
Include an option to also include the lastKnownCommentId object 3年前
  John Molakvoæ (skjnldsv) 3e1916080a
Add ICommentsManager::load method 3年前
  Joas Schilling 17454f6ce9
Use PSR logger interface in comments manager 3年前
  Morris Jobke 99c9423766
Remove @suppress SqlInjectionChecker 3年前
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function 4年前
  Joas Schilling 60d9384e5e
Optionally write the reference id into the database 4年前
  Joas Schilling a20e81f0f3
Allow to set and get the reference id 4年前
  Arthur Schiwon 4c7bd11fc8
for the DB ot pick an index specify the object_type 4年前
  Christoph Wurst 5bf3d1bb38
Update license headers 4年前
  Roeland Jago Douma 68748d4f85
Some php-cs fixes 4年前
  Joas Schilling e4b36f4f47
Fix user with id 0 to be able to comment 4年前
  Joas Schilling 7d3a349d8f
PHPStorm code cleanup 5年前
  Joas Schilling 3b334169a8
Get the topmost parent for the parent instead of doing endless recursion 5年前
  Joas Schilling c15c2e440f
Allow apps to overwrite the maximum length when reading from database 5年前
  Roeland Jago Douma f394bf356e
Rewrite getNumberOfUnreadCommentsForFolder query 5年前
  Joas Schilling bb352fb667
Use the defined func()->count() instead of manual counting 5年前
  Morris Jobke b458ed9c82
Properly escape column name in "createFunction" call 5年前
  Joas Schilling 66945f9574
Allow to filter the unread count by verb 5年前
  Joas Schilling ac2314e3d0 Add pagination support 6年前
  Joas Schilling 8c7969e730 Allow to search by comments 6年前
  Joas Schilling 446efa4625
Only query last comment info, when there is one 6年前
  Joas Schilling 5157349b69
Fix docs 6年前
  Joas Schilling f50abde7ac
Add proper comment offset support 6年前
  Morris Jobke c1e4f9f305
Use type casting instead of *val() method 6年前
  Morris Jobke 0eebff152a
Update license headers 6年前
  Arthur Schiwon d5f1cef642
fix comment sorter 6年前
  Arthur Schiwon 8f0a9ae51f
split walking the tree from operating on it 6年前
  Arthur Schiwon fd6daf8d19
AutoCompletion backend 6年前
  Joas Schilling 20f8d1094a
Can not insert auto increment on oracle 7年前
  Joas Schilling b29baababd
Oracle does not support PDO::FETCH_KEY_PAIR 7年前
  Lukas Reschke 3d2600b039
Add Phan plugin to check for SQL injections 7年前
  Morris Jobke c54a59d51e
Remove unused use statements 7年前
  Robin Appelman 40154dd6a3
use castColumn 7年前
  Robin Appelman 212d9fd277
Add test for getting unread comment count by folder 7年前
  Robin Appelman 429f8ae011
Allow getting the unread comment count for an entire folder at once 7年前
  Roeland Jago Douma f07d75a4dd
@since 9.2.0 to @since 11.0.0 7年前
  Arthur Schiwon 5d98ab83e9
resolve displayname via manager and registerable resolvers 7年前