summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2021-04-08✨ NewsItem: add share routes + controller funcMarco Nassabain
2021-04-08✨ NewsItem: add share functions (mapper + service)Marco Nassabain
2021-04-08🗃 NewsItem: added share fields, feedId not nullMarco Nassabain
2021-04-08fix invalid 'empty' checksPaul Tirk
2021-04-08add missing type hintsPaul Tirk
2021-04-08return error if new folder name is missing on updatePaul Tirk
2021-04-08use last modified timestamp data instead of removed 'updatedAt' fieldPaul Tirk
2021-04-08return error if no folder name is providedPaul Tirk
2021-04-08add json error response without an exceptionPaul Tirk
2021-04-08remove unused service exceptions & allow equally named foldersPaul Tirk
2021-04-08fix wrong function definition & remove leftover copyright headersPaul Tirk
2021-04-08move v2 api responses into existing php traitsPaul Tirk
2021-04-08change method names to follow nextcloud conventionPaul Tirk
2021-04-08separate serialization functionsPaul Tirk
2021-04-08remove unused 'findByName' method of folder mapper/servicePaul Tirk
2021-04-08do not return existing folders when an API request error occursPaul Tirk
2021-04-08add possibility to serialize a reduced version of an entityPaul Tirk
2021-04-08lint & add missing copyright/author informationPaul Tirk
2021-04-08add folder api v2Paul Tirk
2021-04-08add api v2 response traitPaul Tirk
2021-04-08add api version 2 & folder api routesPaul Tirk
2021-04-08add serialization methods for v2 APIPaul Tirk
2021-04-08Null check category label before trying to decode (#1282)Chris Danser
2021-04-06DB: Use boolean parameter for unread/starredSean Molenaar
2021-04-05DB: Allow negative limitsSean Molenaar
2021-04-02Allow directly adding a feed without going through the discovery processskiingwiz
2021-03-31DB: Updates should use set()Sean Molenaar
2021-03-30chore: Improve test coverageSean Molenaar
2021-03-29Search: Add folder search (#1215)Sean Molenaar
2021-03-25Make PHPstan stricterSean Molenaar
2021-03-23DB: Don't show deleted feed itemsSean Molenaar
2021-03-17🎨 Item: implode categories for search indexMarco Nassabain
2021-03-17🎨 Item: store categories as json & add helper fnsMarco Nassabain
2021-03-17✨ Item: add categories into search indexMarco Nassabain
2021-03-17✨ Add 'catagories' to jsonSerialize()Jimmy Huynh
2021-03-17♻️ Renaming 'tags' into 'categories'Jimmy Huynh
2021-03-17🐛 Fix Item model: set default value for setTagsMarco Nassabain
2021-03-17✨ Update FeedFetcher: import 'tags' to 'item'Jimmy Huynh
2021-03-17✨ Update 'Item' model: add 'tags' fieldJimmy Huynh
2021-03-17🗃 Add migration: 'tags' column (longtext)Jimmy Huynh
2021-03-01Actions: Integration tests using batsSean Molenaar
2021-02-27DB: Fix offset quotesSean Molenaar
2021-02-23DB: Use ID as offset in item queriesSean Molenaar
2021-02-23Feed: Fix rename moving fileSean Molenaar
2021-02-20General: Fix folder querySean Molenaar
2021-02-20Command: Add debug item list commandsSean Molenaar
2021-02-16remove unused lastModified from feed fetcherBenjamin Brahmer
2021-02-16prefer the feeds logo over the faviconBenjamin Brahmer
2021-02-14update sorting columnanoy
2021-02-13Remove V1 item APISean Molenaar