7411 Commits (12714a4645b9fe614a7daa97dacc3ca3ce00b0f6)

Author SHA1 Message Date
Baris Usakli 71905bb2c6 fix watched categories 6 years ago
André Zanghelini 523a2dc54c Add settings page to control watched categories (#6648)
* Add settings page to control watched categories

* Fix passing undefined to pushUnreadCount
6 years ago
Misty (Bot) f5f3da12e7 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 49ba5af5fa
closes #6810 (#6813) 6 years ago
Misty (Bot) f9c882cb1d Latest translations and fallbacks 6 years ago
Misty (Bot) 5e6da27a6a Latest translations and fallbacks 6 years ago
Misty (Bot) 820847461c Latest translations and fallbacks 6 years ago
Misty (Bot) b925df3cba Latest translations and fallbacks 6 years ago
Misty (Bot) e3c7099b36 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 77beaf2e15
Allow local login,closes #6800 (#6803)
* WIP

* reset groups cache after every suite
6 years ago
Misty (Bot) bf7523b8e4 Latest translations and fallbacks 6 years ago
Misty (Bot) 64f36db71a Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 95ace13599 add loading=false 6 years ago
Barış Soner Uşaklı ef55598822 filter messages that are already inserted to DOM 6 years ago
Barış Soner Uşaklı 3554a0a725 closes #6791, if fileSize isn't passed in don't perform check 6 years ago
Misty (Bot) a125b4b497 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı cf75c79611
Unread changes closes #6781 (#6783)
* WIP

* more unread work

* faster teaser block handling

if user doesn't have anyone blocked don't check

* much faster filtering of blocked posts

* add missing uid

* add tidsByFilter to return

* dont load all pids to find previous non-blocked teaser

* fix unread filters

they no longer use unread/new unread/watched etc they are query strings now

* shorter nav item code

* add unreplied to filters

fix icons not clearing to 0
dont increment unread counters if there is a reply in a topic where you ignored the topic creator
6 years ago
Barış Soner Uşaklı df4f5f6f27
closes #6784 6 years ago
Misty (Bot) d4cd74b7e2 Latest translations and fallbacks 6 years ago
Julian Lam 1eafd84c79 gdpr translations, it 6 years ago
Misty (Bot) 1bc87f3ae3 Latest translations and fallbacks 6 years ago
Baris Usakli edefab1d69 closes #6728
add option to disable a category on creation
show disabled categories on manage privileges
6 years ago
Baris Usakli 90f3e1281d up markdown 6 years ago
Barış Soner Uşaklı 71ccd67665 closes #6722
calculate size of base64 image from buffer, still not perfect but better than string.length
6 years ago
Barış Soner Uşaklı b7ead6dc9c
Replace jimp with sharp (#6774)
* add probe image size and max image size

* replace jimp and image-probe with sharp

* better name for test

* resize with just path

* resize thumb inplace

* use filename
6 years ago
Misty (Bot) c4b23909df Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 669a5135e1 closes #6768 6 years ago
Misty (Bot) 27a90b7a78 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı d880a7ade0 closes #6771 6 years ago
Julian Lam 3c89befad2 fallbacks for account/sessions 6 years ago
Julian Lam ce6f9ec84e pushing translations for blocks user page 6 years ago
André Zanghelini f3956299eb Add tooltip in taskbar icons (#6693)
* Add tooltip in taskbar icons

* Translate taskbar title when creating taskbar
6 years ago
smyther f120015b54 Fix for user being able to open multiple "delete posts" modals (#6770)
* Implement fix for multiple fork cards showing

* Fix for admin being able to open multiple 'delete posts' modals

* Fix linting issue
6 years ago
Misty (Bot) 3a36a2b53b Latest translations and fallbacks 6 years ago
smyther 0c9907367a Implement fix for multiple fork cards showing (#6757) 6 years ago
Misty (Bot) fe118fe1c3 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı ebaea9b6c1 closes #6743 6 years ago
Misty (Bot) 60c54d6cdf Latest translations and fallbacks 6 years ago
Misty (Bot) 59fd27510a Latest translations and fallbacks 6 years ago
Misty (Bot) 13044df14e Latest translations and fallbacks 7 years ago
Julian Lam c2c925cacd closes #6678 7 years ago
Julian Lam e882a091a1 updated blocks localisations from Tx 7 years ago
Julian Lam 5c04ec2d63 removed client-side chat message length check in favour of server-side check, firing new hook on messaging.checkContent for hooks to intercept 7 years ago
Misty (Bot) e79f0dad90 Latest translations and fallbacks 7 years ago
Misty (Bot) 6bb62a4728 Latest translations and fallbacks 7 years ago
Julian Lam 8618afb45d added Latvian localisation strings 7 years ago
Misty (Bot) e56b6daee4 Latest translations and fallbacks 7 years ago
Misty (Bot) badb06a9de Latest translations and fallbacks 7 years ago
Julian Lam 9d202d9be9 closes #424 7 years ago
Julian Lam 70f04bd1c2 fixed client-side console error on vote 7 years ago
Misty (Bot) 3c6327215c Latest translations and fallbacks 7 years ago
Andrew Rodrigues 12940b577b closes #6703 7 years ago
Misty (Bot) 560e63c97a Latest translations and fallbacks 7 years ago
Julian Lam a77630c6be closes #6697 7 years ago
Barış Soner Uşaklı c0156640e3 add back alert 7 years ago
Barış Soner Uşaklı 14d810c113 show error if cropper fails 7 years ago
Ben Lubar 33228bb7fe PostgreSQL database driver (#5861)
* [test/database/list] Fix test list 4 being used in two different tests

* [database/postgres] PostgreSQL database driver

* [database/postgres] Make transactions work based on continuation scope.

* [database/postgres] Implement nested transactions

* eslint --fix

* Add database changes from earlier this week to the PostgreSQL driver.

* Fix typo

* Fix postgres.incrObjectFieldBy returning undefined instead of null when given NaN

* [database/postgres] Fix sortedSetsCard returning an array of strings.

* Update socket.io postgres adapter

* Fix PostgreSQL erroring when multiple updates are made to the same sorted set entry in a single operation.

Add a test case to catch this error.

* Fix lint errors.

* Only prune sessions on one instance in a cluster to avoid deadlocks.

They're caught and handled by the database server, but they spam the logs.

* Fix arguments.slice.
7 years ago
Jimb Esser 3cccbbc1f2 Add option to enable/disable HSTS
Also fix HSTS middleware being added twice.
7 years ago
Misty (Bot) 4027abcd58 Latest translations and fallbacks 7 years ago
Misty (Bot) 537c7f91fd Latest translations and fallbacks 7 years ago
Barış Soner Uşaklı 1c286e4536 not even used 7 years ago
Misty (Bot) ac68c65dc9 Latest translations and fallbacks 7 years ago
Misty (Bot) 7ff516a1d6 Latest translations and fallbacks 7 years ago
Misty (Bot) 035c04212d Latest translations and fallbacks 7 years ago
Misty (Bot) 4059a49c90 Latest translations and fallbacks 7 years ago
Baris Usakli 976b85ccaa closes #6676 7 years ago
Misty (Bot) b3f5901a96 Latest translations and fallbacks 7 years ago
Julian Lam ea2bd33bfa fixes #6608, restored template values in widget containers 7 years ago
Julian Lam 7dfe953526 closes #6672 7 years ago
Julian Lam 5243ee559a set initial focus on register page 7 years ago
Misty (Bot) ee6d4fabd6 Latest translations and fallbacks 7 years ago
Julian Lam 609f711db0 added logic to handle Chats.switchChat being called with no arguments 7 years ago
Barış Soner Uşaklı d06f795856 fix scroll on back 7 years ago
Misty (Bot) e534bf803e Latest translations and fallbacks 7 years ago
Julian Lam 352bef0a7f eliminate waitSeconds in rjs config 7 years ago
Julian Lam 506467ad6f closes #6663 7 years ago
Misty (Bot) 148fc96a3a Latest translations and fallbacks 7 years ago
Misty (Bot) 448542d4ef Latest translations and fallbacks 7 years ago
Misty (Bot) 7f52e3a8f9 Latest translations and fallbacks 7 years ago
Ben Lubar f1a6537fc2 Add notification frequencies from nodebb-plugin-upvote-notifications. (#6640)
* Add notification frequencies from nodebb-plugin-upvote-notifications.

https://github.com/boomzillawtf/nodebb-plugin-upvote-notifications

* Fix editing settings clearing upvote notification preferences.
7 years ago
Misty (Bot) 11258dac9c Latest translations and fallbacks 7 years ago
Misty (Bot) 27b1289b87 Latest translations and fallbacks 7 years ago
Barış Soner Uşaklı ec33a12dad closes #6644 7 years ago
djls45 4f0a24cfed Preserve case of respondee's slug when responding to their post. 7 years ago
Julian Lam b7fc8493b7 closes #6635 7 years ago
Julian Lam 266eacac7c closes #6655 7 years ago
Julian Lam a07b45fd0f closes #6642 7 years ago
Misty (Bot) fcb5faa9a9 Latest translations and fallbacks 7 years ago
Misty (Bot) c6a710954f Latest translations and fallbacks 7 years ago
Misty (Bot) 9d005fa203 Latest translations and fallbacks 7 years ago
Misty (Bot) d0c22c5bd3 Latest translations and fallbacks 7 years ago
Barış Soner Uşaklı 85a55d1740 closes 7 years ago
Barış Soner Uşaklı cfb9784527 closes #6641 7 years ago
Misty (Bot) e56d20feda Latest translations and fallbacks 7 years ago
Julian Lam 7a53fa9469 Added block and unblock button to profile dropdown menu, #6560 7 years ago
Misty (Bot) 6811086bb2 Latest translations and fallbacks 7 years ago
Misty (Bot) 7d7a490550 Latest translations and fallbacks 7 years ago
Barış Soner Uşaklı 4ed079555e Merge remote-tracking branch 'refs/remotes/origin/master' into blocks 7 years ago
Julian Lam fb42862ec7 check password validity in user delete socket call 7 years ago
Baris Usakli 584f88e092 blocks WIP 7 years ago