Commit Graph

3440 Commits (0b99244dfcda5cae2b55e96f49504b8f335172c5)

Author SHA1 Message Date
barisusakli 43432e8bbb Merge remote-tracking branch 'origin/master' into 0.5.1
psychobunny ad00c3cb50 updating font path
psychobunny 20da1b37a5 updating fontawesome, closes
barisusakli 94c765fa25 closes
barisusakli ba4b98de0e email and username checks on profile update
barisusakli ed294dd414 Merge remote-tracking branch 'origin/master' into 0.5.1
Julian Lam cd10248226 basic topic searching via search bar working
Julian Lam 347d7de25b an ajaxify.go 302 will pass callback and quiet arguments along as well now
barisusakli fdf19f9025 closes
barisusakli 8eecf59c47 closes
barisusakli 69ce425ae5 closes
Julian Lam 2d9ca83ae0 better error messaging when js fails to compile when reloading
psychobunny 4384958bf2 passwords can now contain spaces
psychobunny 6a4bcf8ab8 fixed password error message
Julian Lam e497290dbc removed commented-out code
Julian Lam fcbdc5e271 added recompilation of templates to NodeBB Reloading -
barisusakli eef200be10 closes
Julian Lam 5f96823f66 allowed the "forum updated" message to show up for reloads as well
Julian Lam ff38394f96 latest translations
barisusakli c57b0a2199 closes
Julian Lam ab77e6767e closed
barisusakli f11601d70f Merge remote-tracking branch 'origin/master' into 0.5.1
Julian Lam 851ebc2a6e more translations... heh
Julian Lam 36752f94dc latest translations
barisusakli ab0d31bef1 closes
Julian Lam b7c7dd98c3 ACP setting and API return for subcats
psychobunny 2ced285f89 closes
psychobunny 91e29d7bb2 updated latest templates.js
barisusakli d411ed5c28 closes
barisusakli ca90afd544
(drunk) not even done yet
barisusakli d852f284da closes
barisusakli d91fa5747d closes
barisusakli c58712e2a9 closes
barisusakli c9c454825e closes
barisusakli e909e46786 closes
barisusakli 299d7bfee3 Merge remote-tracking branch 'origin/master' into 0.5.1
Julian Lam a2fb4a66b0 migrated ACP themes page from html rendered via js to template engine
psychobunny 544afd4e4c importing latest templates.js client-side
barisusakli 37115ea3d6 Merge remote-tracking branch 'origin/master' into 0.5.1
barisusakli 1a97302d68 fix double anchors around images
if the image is already inside an anchor dont wrap again
barisusakli dae3ef49be show user names who upvoted a post on mouse over
barisusakli b50a6d8f34 Merge remote-tracking branch 'origin/master' into 0.5.1
Julian Lam 5936c72f96 further fix to
barisusakli ac43ff3c3d closes
barisusakli 1cf5c3145a doing it properly this time
mainPost always has index 0
Julian Lam c818a37f0f possible fix for
barisusakli c991997552 removed off from search button
barisusakli 53d20cf058 parse variables before rendering widgets
barisusakli 41ed52a414 moved newlines from language file to core
psychobunny 193832ea9b closes
psychobunny 025403b9a8 optimizing data transfer *rolls eyes*
Julian Lam 84f3fee488 latest translations
psychobunny c6ced111b5 quotes are better
psychobunny b1ef42889d updated site title for tags page to be more user friendly
barisusakli f49c95c16f closes
psychobunny a880ac6e9f do one api call for template configs rather than two on cold load
barisusakli 5ce0ebb4ac single socket call on topic enter
psychobunny 39d6941603 remove chat/flag for new incoming posts
psychobunny eb297d7eab client side hooks: action:composer.topics.post, action:composer.posts.reply, action:composer.posts.edit
Filips Alpe 378fd095eb Leave the chat window within the screen
On smaller screens, the top of the chat window can appear so high that it is outside the screen, this fixes that.
barisusakli d3e57d0930 on entry to topic mark notifications read
Julian Lam 3df591a118 latest french translations
Julian Lam 33c4211ac2 latest fallbacks for new assets
Julian Lam 074489020f added missing configs for email, search, and groups, latest fallbacks, removed footer from language strings
Julian Lam 2a4717c80c latest translations from tx
barisusakli 214f6af324 parseInt
barisusakli e420ee5fb6 privilege fix for single category check
barisusakli 4fd2973c53 closes
chronize a2f8f54061 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Julian Lam 9dead8ec9e latest translations... again
Julian Lam 770ea77cac latest translations
Julian Lam 77e0cb170f removed console.log
barisusakli 25483e376f fix online users page
insert users before the anon box if there is one
barisusakli 76ad2b8fb2 fixed to account header
chronize 4e4187417e optimize ACP groups screen, jQuery caching
barisusakli aa4089e6d7
simple solution for now, wraps images with <a> that opens in new tab
barisusakli e0be4d146f closes
root--- da7a161245 fluidized ACP groups modal dialog
Julian Lam 89a9d4b7f2 logic for
barisusakli da780cdee7 closes
barisusakli 8caedc935b online users fix
and jshint cleanup
Julian Lam bb7a71389e using websocketAddress config if supplied
barisusakli fed8cc6d53 optimize privileges and assorted fixes.
* new methods
privileges.categories.filter
privileges.topics.filter
privileges.posts.filter

they take a list of ids and a privilege, and return the filtered list of
ids, faster than doing  async.filter and calling the db for each id.

* remove event listeners on recent page before adding
* group.exists works for both single group names and arrays
* helpers.allowedTo works for both a single cid and an array of cids
* moved filter:topic.post hook right before topic creation.
* moved filter:topic.reply hook right before topic reply.
barisusakli 96b0b449b9 closes
barisusakli 6e335ff29a removed debug
barisusakli f71bd41408 more fixes
barisusakli d7520508e3 part1
psychobunny 947c9b6eea you're now logged out server-side when you're banned, so csrf token doesn't work in app.logout
barisusakli 8146358aac closes
fixed translator.load, it wasn't passing in language and was trying to
load undefined.json
barisusakli 093e373025 removed console.log
barisusakli 2d94df93b8 isArray is enough
Julian Lam cff30dbe79 latest translations and fallbacks
Julian Lam 87465ae090 merged latest French translations in, closed
barisusakli 3bfad766b3 closes
barisusakli 297f523f18 closes
psychobunny 4f868f99c1 closes
psychobunny df37c1e235 translator.compile
barisusakli 3557aa2f9a fixed tags page search
psychobunny 4723b6d68b danger instead of warning for banned alert
barisusakli e961e3c552 reduced hightlight duration by 2 seconds
Barış Soner Uşaklı 485f14ef7f Merge pull request from frissdiegurke/patch-2
[Settings] fixed data-empty usage within checkboxes
barisusakli 8113ed6a4d closes , no upgrade script #successkid
barisusakli 89bb11a58c closes
Julian Lam 5546b4e04d closed
Julian Lam 8be7ab55f9 latest translatios
frissdiegurke 021e5bfcc5 [Settings] fixed data-empty usage within checkboxes
barisusakli ed18ac7fdf category recent post fix
if a category is not displaying any recent posts dont render new posts
barisusakli c9fb5b3e11 changed user posted notification to include title
dont send 2 notifications if you are already following topic
psychobunny 67c5477fb2 testing transition speed change without waiting for widgets to render
psychobunny 310dbc754e closes
psychobunny 224dd49102 no need to delay prefetcher anymore
psychobunny 829dcb134e logic fail, time for coffee
psychobunny e382e34656 unnecessary brackets
psychobunny 2851a9a96b don't ajaxify in until animation is completed; reduced minimum wait duration for preloader
barisusakli 9aeab08109 removed stop
psychobunny cb08d4b04f getting rid of this one for good
psychobunny b5d3186120 plugins and themes can now define their own custom language strings. closes
barisusakli ef8bbdd359 closes
doing andrew's //todo's since 1991
barisusakli 04c6ca2ebb closes
Julian Lam 045dc220ac latest translations
barisusakli 341a0c8190 closes
barisusakli 7a60d478f4 small tweak to chat height
barisusakli a4975cab33 closes , closes
barisusakli 523b3db3f1 no header tooltips in xs
Julian Lam bf2cba028d fixed
psychobunny 7401744112 trigger action:ajaxify.contentLoaded on cold load as well
barisusakli bb0223897f closes
barisusakli 8ff34e4dc2 parseint tid
barisusakli 161069c390 closes
barisusakli 8cfce1c91c dont select hidden br
barisusakli 6d8cc5648c some tag hooks/filters
Julian Lam 49d29db347 latest translations and fallbacks
barisusakli d999116541 wait for widgets to render to send ajaxify end
possible fix for broken masonry on f5
barisusakli 93a6402879 removed stop increase timeout to 100ms
barisusakli 0362c1a3b0 show day/week/month/year popular topics
Julian Lam fe689908bc latest translations
Julian Lam 23c4b8ca35 only showing ACP setting saved alert if no callback is passed in
psychobunny 5b6acbad1e optimized widget call by bundling all queries into one for ; fixes active users widget crash
also fixes b3819fd076 properly
Julian Lam 2bd99e2d16 properly did , lol, whoops
Julian Lam 5aabe47e2e closed
psychobunny c6183f1a82 closes
psychobunny ecbb05ccca widgets.render doesn't actually use the url
Julian Lam cac3ebc9e5 vertically centering modal when opened
Julian Lam c259e0407e closed
Julian Lam cd8c1eeff6 started
Julian Lam dae2e14aac epic hax to make the chat message list resize
Julian Lam 4404387218 Merge branch 'master' into chat-route
barisusakli bb9caa7228 removed dupe
psychobunny 615b81a447 closes
psychobunny 0aef2d2be9 closes
Julian Lam 2b15f46638 removed console.log, fixing language key reference error
Julian Lam 95102f7e74 jshinting
Julian Lam 71916f0691 marathon bugfixing with @barisusakli re:
barisusakli 64d04f7aa6 closes
Julian Lam c684ec8958 Merge remote-tracking branch 'origin/master'
Julian Lam 186473fa7b adding undefined check to hrefEmpty
Julian Lam 55afa17651 getting chats working between both page and modal, yay
Julian Lam a031bc2721 highlighting of the user with whom you are currently chatting with
barisusakli 80e69bc210 missing ;
Julian Lam 07a82ec12c more WIP
Julian Lam 1db96dc627 typing notifcation socket implementation for chat page,
Julian Lam 84e046185b WIP
Julian Lam 4d85df5bae issue - start
barisusakli c5ccf4333b translate helpers
Julian Lam 89acec13dc latest translations from transifex
Zurg f430feec65 Update users.json
Zurg 76aa16ce30 Update the error.json
Julian Lam 49b4af42e1 latest translations for Chinese Simplified
Julian Lam 507fc2cc56 latest persian translations
Julian Lam ae37cdb048 latest chinese translations
Julian Lam 8432e3ff82 latest translations for persian
barisusakli dcbed4e935 closes
show alert if email not confirmed, clicking alert will send confirmation
email
Julian Lam a960f53f92 latest translations
Julian Lam 699795621a Merge branch 'master' of github.com:nodebb/NodeBB
barisusakli 24ebf20d7e first commit
Julian Lam 9a9ce8684c latest translations and fallbacks
frissdiegurke 2d9bc7eee7 fixed no href-attribute handled as external link
barisusakli e6c9647acf display user post topic stats in admin index
barisusakli 684f858415 closes
barisusakli 64f680a0a3 action:chat.loaded hook
barisusakli 9a4e6aa01c closes
barisusakli b8b6ae7b2f moved upload route into API namespace
Julian Lam 7bb7bc8630 updated lithuanian
barisusakli 9ddff0ec4a fix language string
barisusakli 1b31f5b2ca single arrows wont go all the way to bottom
barisusakli c9c68f8cbe move cursor to end
barisusakli 105acc0197 not used
barisusakli 56830d773e cleaned up resizeStop
barisusakli 7d3d9f5ae1 blockquote fix again
barisusakli e6371ad539 remove listeners before adding
Julian Lam b338ac2a4c fixing space-indentation, modifying behaviour a little bit so that the maximized position is not saved, and minimizing can return back to the previous saved position
Julian Lam 517c70951f Merge branch 'patch-3' of github.com:mani95lisa/NodeBB into mani95lisa-patch-3
Julian Lam 11f40d1580 fallbacks for
Julian Lam 74be49d46f new language strings for
barisusakli a9e5e82431 closes
Julian Lam 181613e946 tag fallbacks
Julian Lam 190b3b518b latest translations
Julian Lam c8e3433fa4 new language strings for outgoing emails, and changing the anchor text to not be an URL, closed , closed
Mani Wang 1050efbe65 make expand postContainer more easier
If user don't know drag to expand and move 0 after down, then think user clicked and toggle postContainer's height between max and default 400.
Julian Lam 17d33a6720 Added Romanian to NodeBB. Mulțumesc!