4909 Commits (57b39d5ba2de742438e98f7a75c872152cbea40d)

Author SHA1 Message Date
barisusakli ebf820d571 remove from global config 9 years ago
pichalite 2723800628 indentation 9 years ago
pichalite 971c3eb0e1 indentation 9 years ago
pichalite 9901438001 indentation 9 years ago
pichalite 2c5e9dc4cf fix indent 9 years ago
pichalite 4b5d5b4bd9 search user and initiate chat from expanded chat page 9 years ago
psychobunny 46cfd03465 closes #4144 9 years ago
Julian Lam 9a7ec01e15 Merge pull request #4153 from frissdiegurke/patch-2
Fix undefined S within translator
9 years ago
Barış Soner Uşaklı 303ac90dc5 Merge pull request #4155 from pichalite/master
use component
9 years ago
Ole R 91ec4c80c2 Oops, fix call of undefined 9 years ago
pichalite 776c60dc00 use component 9 years ago
Ole R 2bcd4e1e3f Fix undefined S within translator
If you `require(['string'], function (stringLib) { S = stringLib; })` it is an async call and thus you need to ensure any usage of `S` happens when this is resolved.
9 years ago
barisusakli 1ed3b40a1b fix calls 9 years ago
Barış Soner Uşaklı 2ce22caa41 Merge pull request #4143 from pichalite/master
remove unused code and use components
9 years ago
barisusakli e6cf8ec5cf more flagged posts shenanigans 9 years ago
barisusakli 1b9e18c6fc allow global mods to see banned users 9 years ago
pichalite ee47a13556 use components 9 years ago
pichalite e6e4b5784d remove unused code 9 years ago
psychobunny 2560e6345f Merge pull request #4142 from pichalite/master
use ajaxify.data.username instead of getting html
9 years ago
pichalite d133ff74bd use ajaxify.data.username instead of getting html
use ajaxify.data.username instead of getting html for toggleFollow
9 years ago
barisusakli 5e86d9f804 closes #4131 9 years ago
barisusakli 2b5f9d075b closes #4101 9 years ago
barisusakli f09ee86e42 closes #4113 9 years ago
barisusakli c2e1426e57 fix syntax error, and actually show error if minification fails 9 years ago
barisusakli ae8837b44a generate notification path on demand 9 years ago
Julian Lam baaad13286 reverted latest change to translator match regex
- Fixes issue with parentheses in translations (closes #4107)
- No longer marking translation keys invalid if they contain HTML,
  as that was probably not performant. Instead, parameters will
  simply be escaped via the StringJS library.
9 years ago
pichalite 0c5712411b fix for user icons when searching for users to add to group in acp>manage>group page 9 years ago
barisusakli 8220567b5b added topics to `action:topics.loaded` also fire it on category view 9 years ago
Julian Lam 5de0e74908 Notification paths are now sent back in socket call, so client-
side alert now shows more data and is clickable.
9 years ago
barisusakli 86d70eca74 closes #4103 9 years ago
Julian Lam 32466d8bb1 tweaked paginator block to toggle when text is updated, and use ready class instead of invisible 9 years ago
Julian Lam 99315e1c73 updated translator so that language key parameters cannot contain
html in them (or more specifically, < and >)
9 years ago
barisusakli 1cf2b81f3d Revert "herp derp"
This reverts commit 9c9d805a32.
9 years ago
barisusakli 9c9d805a32 herp derp 9 years ago
barisusakli 767c798b2f log self account delete, logout on self account delete 9 years ago
Julian Lam f1ed3ad659 allowing favicon updating to be disabled via client side hook 9 years ago
pichalite 7010364e7e fix enable/disable button in ACP manage navigation page 9 years ago
Julian Lam 0368280e52 Merge pull request #4081 from manolino/patch-3
Update app.js
9 years ago
barisusakli 24c56eb80a switch topic select to components 9 years ago
barisusakli e90cba65a8 closes #4085 9 years ago
Manuel Valle 41963bb300 Update app.js
migrated global *translate* to a *require.js* module.
9 years ago
Manuel Valle 4c43276fce Update events.js
Tebbed indentation.
9 years ago
Manuel Valle 67d9323b9e Update events.js 9 years ago
Manuel Valle c9c761d70b Update events.js
This optimize previous commit. See [#4078](https://github.com/NodeBB/NodeBB/pull/4078).  Added ```translator``` module instead of global ```translator```.
This solves warnings editing posts with *composer*.
9 years ago
Manuel Valle dbcb6f9796 Update events.js
Same problem as [#4069](https://github.com/NodeBB/NodeBB/pull/4069).  Added a **translator** variable refering to **translator** module instead of global *translator*.
This solves warnings editing posts with *composer*.
9 years ago
Julian Lam 452bb953c9 Merge pull request #4068 from pichalite/master
fixes for rewards ACP page #3910
9 years ago
Julian Lam ff8fb0e9ab no need to set var, just use rjs 9 years ago
Julian Lam 6470f2ef53 Merge branch 'patch-1' of https://github.com/manolino/NodeBB into manolino-patch-1 9 years ago
Julian Lam 2cabf7a3d1 Merge pull request #4066 from pichalite/master
fixes NodeBB/nodebb-theme-persona#218
9 years ago
barisusakli 32ca95319e closes #3436 9 years ago
Julian Lam 8608092bbb on new uploaded image, refresh profile edit page 9 years ago
Julian Lam 5a92b1a5cf change all instances of .avatar on new image upload 9 years ago
Julian Lam f18382a892 firing client-side hook on notification count update now 9 years ago
Julian Lam 2d48faf5df Fixed #4033
Also related to regression first caused by the fix to #3695 from
fcb381f922

Also, added tests for translator. omg.
9 years ago
barisusakli 92b339ff1d much whitespace so wow 9 years ago
barisusakli 6802a76332 fix relative_path 9 years ago
barisusakli cb91587567 closes #4063 9 years ago
Manuel Valle a60e3c63cf Update overrides.js
Inside **translate** function, **translator** refers to *global* genereting warnings. Added a **translator** variable refering to **translator** module.
This solves some problems using *bootbox* in my plugins and widgets
9 years ago
pichalite aaaab288ef ACP rewards page fix 9 years ago
pichalite ed74e590b5 Revert "fixes for rewards ACP page #3910"
This reverts commit 0c740293fc.
9 years ago
pichalite 0c740293fc fixes for rewards ACP page #3910 9 years ago
pichalite ee529d92d3 fixes NodeBB/nodebb-theme-persona#218 9 years ago
barisusakli 46f2faaa05 closes #4045 9 years ago
barisusakli ee9d0ac2da cleanup search, removed socketuser.loadSearchPage, use regular route 9 years ago
barisusakli 694b96ea60 closes #4064 9 years ago
psychobunny b3a98515e9 fixed ban/unban components 9 years ago
pichalite 90210350f9 Use Skin instead of Theme 9 years ago
psychobunny 7cc8390265 data.loggedIn for new posts 9 years ago
barisusakli ab6c84471b some search/sort changes 9 years ago
barisusakli 92f0e2d86a closes #3586
added account/upvoted, account/downvoted, account/best
9 years ago
barisusakli ae9606f5ee closes #3738 9 years ago
barisusakli da338a1341 fix typo 9 years ago
barisusakli 222ef14d7f added chat:autocomplete:init 9 years ago
barisusakli 1ad4128649 closes #3917, closes #2941 9 years ago
Julian Lam d67efa3a5b update core to allow composer to define static route 9 years ago
Barış Soner Uşaklı dd0560a4b8 closes #4043 9 years ago
barisusakli 18013c5518 closes #3977 9 years ago
psychobunny 70bbf41dc3 popular/tab component 9 years ago
barisusakli 7ad90b4ef6 closes #2659 9 years ago
Julian Lam fcb381f922 Fixes #3695
Guests now trigger topic notifications, and the translator has
been updated so that translations inside translations are
handled in a way that doesn't cause the translator to explode.
9 years ago
barisusakli 51154c8726 closes #3998 9 years ago
barisusakli 6be8675580 closes #4012 9 years ago
barisusakli f8a114ba5c closes #4010 9 years ago
barisusakli cf889b70bd closes #3982 9 years ago
barisusakli 687d29a44b closes #2134 9 years ago
barisusakli dffb57ba14 closes #3986 9 years ago
Julian Lam ad9a1d0f2c closes #3989
Squashed commit of the following:

commit 23de0708708ed190eafbcd6ea93d43333cb87aa3
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Dec 23 10:48:16 2015 -0500

    wired up session revocation, #3989

commit 45a3f18321b74a9b6893d404b6c870f1ec4d95cd
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Dec 23 09:49:27 2015 -0500

    session deletion via session uuid

commit 2bf87338cf9bfa2df0b299639421d8da7553c69a
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 13:53:35 2015 -0500

    WIP #3989

commit 623f45c3fa8b96f8b6eec0613eb7f9463348ab93
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 10:22:24 2015 -0500

    saving more metadata and displaying sessions in UCP #3989

commit d0567ed7cc33a1aea66e921b657f782038f32191
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 10:21:38 2015 -0500

    updated fontawesome to v4.5.0

commit 7131c97fe8ab42838eb2915a04e74f80f3d9a133
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 09:39:16 2015 -0500

    saving user-agent metadata into user session #3989

commit 661b7e6dba774b80b5dc6d04f89a79f809ff791e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 22 09:23:24 2015 -0500

    New user auth methods to add/revoke sessions, #3989
10 years ago
barisusakli ab0797a6d8 chat fixes
update bootstrap tags input
dont allow adding self to chat room
10 years ago
barisusakli df605babff closes #3983 10 years ago
barisusakli abed319da2 closes #3996 10 years ago
barisusakli 738b17cae6 closes #3584 10 years ago
barisusakli 4bff714947 closes #3953
dont remove topics if selection is in progress
10 years ago
barisusakli dff3d7f20e various group chat fixes #3980
fix multiple modals using the same tagsinput
fix online user getting chat notification
fix owner not being able to remove users in the chat modal
10 years ago
barisusakli 1449d438f5 closes #3969 10 years ago
barisusakli f0b333e8a1 closes #3929 10 years ago
barisusakli 5e9a656709 Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat 10 years ago
Julian Lam 668adc5187 fixing bootswatch integration 10 years ago
barisusakli 26ac05dd5c Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat 10 years ago
Julian Lam a091067175 closes #3963 10 years ago
barisusakli 5a26eb1c76 IS fix, timeago fix 10 years ago
barisusakli 3d79e0750b fix edit delete for rooms 10 years ago
barisusakli 992ca0a351 fix taskbar icon 10 years ago
barisusakli d2b54ae0f8 display less derpy chat list 10 years ago
barisusakli f71fd0a3ec only allow users in the room to get raw message content 10 years ago
barisusakli 832a20e59e markRead fixes 10 years ago
barisusakli d8810ceae9 send messages 10 years ago
barisusakli 784ff07907 ability to add/remove users from chat rooms, tagsinput 10 years ago
barisusakli 8fab270852 leaveRoom method, small fixes 10 years ago
barisusakli 2ac34ba391 fix recepientUid 10 years ago
barisusakli 29d8b9c181 more room changes app.openChat 10 years ago
barisusakli 5d1169e686 changed the chat route to /chats/:roomid? 10 years ago
barisusakli 58d05f7c79 recent chat list with rooms 10 years ago
Julian Lam ea1b640435 calling translator in parseMessage 10 years ago
Barış Soner Uşaklı 530b0dc19e use .text() 10 years ago
Barış Soner Uşaklı 7e1a84850c closes #3948 10 years ago
Julian Lam 7b49dc9061 fixes #3935 10 years ago
Julian Lam a4d8ab9d12 fixes #3950 10 years ago
Julian Lam c04622506d console.log removal 10 years ago
Julian Lam 0b735fad17 fixed #3936 10 years ago
Julian Lam 46571ccd77 closes #3930 10 years ago
Julian Lam c1460d36f0 Deprecated uploader.open, use uploader.show instead
... as it now takes a single Object argument instead of multiple
parameters.

Also, closes #3942. Help text is just omitted now.
10 years ago
Julian Lam 84a039446c updated modal to not show parentheses when max file size
is not defined...

Also fixing hideAlerts error in ACP when opening the upload modal.
10 years ago
Julian Lam 4cc4824087 Merge pull request #3908 from pitaj/master
Maximum invites and invites are stored
10 years ago
Julian Lam 2d203d7dca Squashed commit of the following:
Closes #2668

commit 3d4f494ed3257bceda8f6f82057cab83f0f252b3
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 12:06:42 2015 -0500

    theme minvers for #2668

commit b608ce61854f8195143685bb9753b80d32b26e95
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 12:01:03 2015 -0500

    Allowing chat modal to edit and delete messages

    re: #2668

commit 0104db90a4070582f3938b6929dae35f985bac35
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:51:23 2015 -0500

    Fixed issue where newSet calculations were off

    ... sometimes.

    Also, rendering of edited messages now parses a template partial,
    instead of just replacing the content.

commit 5cb6ca600425ca9320c599b32306e93dcc5aa4ce
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:07:12 2015 -0500

    If edited content matches existing content...

    ... then edit is aborted.

commit 6e7495247b1895589c716db29f919a934087b924
Author: Julian Lam <julian@designcreateplay.com>
Date:   Fri Dec 11 11:05:08 2015 -0500

    some linting and fixed issue where new msgs when deleted would crash server

commit db4a9e40d6dff44569c2437378121db8fdf75cf8
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 17:25:56 2015 -0500

    Message deletion for #2668, and fixed bug

    Fixed bug where chat modal would spawn even though user was sitting
    on the /chats page.

commit a5aa2498ab4a8bba02a6daa43a9dbed7b3e37976
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:55:23 2015 -0500

    wiring up the edit button, #2668

commit 5f2afdcf6f2b9eae6b5873ca100149e65e3d385d
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:20:39 2015 -0500

    added indicator to show if and when a message had been edited

commit e8301132d525c1b9fd46c98cdb282ac7ea7a0d7f
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 14:06:39 2015 -0500

    Allowing editing of chat messages

commit bfd991be1cb1769599f7d5d2b1638e313c3c2dcb
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 10:33:49 2015 -0500

    Added messageId to messages object return

commit 0306ee6657b3288dd4547c66869d7d4ece0b31ad
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Dec 8 08:20:17 2015 -0500

    WIP #2668
10 years ago
barisusakli 0ffd5254ad closes #3933, closes #3934 10 years ago
Julian Lam bc199d6872 By default, always switch chat in chats page
closes #3915
10 years ago
Julian Lam 648e9c4dc8 fix #3889 10 years ago
Julian Lam 2af11a23ce fixes #3922 10 years ago
Julian Lam 3a520cdfbf Successful web installer now doesn't show 503 10 years ago
Barış Soner Uşaklı 9770983fdb closes #3913 10 years ago
Julian Lam fc495a83ec closes #3763 10 years ago
Julian Lam 992bcffcdf we stopped using -dev versions, so this conditional is unnecessary 10 years ago
Julian Lam a936866688 revamped ACP Flags interface, #3907 10 years ago
Peter Jaszkowiak a3cfcd9a48 Maximum invites, invites stored
Added the ability for admins to restrict the maximum amount of invites
a user can make. Invites are stored and displayed in the registration
queue admin page.
10 years ago
Julian Lam fc476ba168 Fixes #3906
Initially, the removed block of code was used to stop the chat modal
from popping up altogether, since the /chats page was usable on
mobile. Since the re-design, only the contact list is shown on
mobile, leaving the modal as the main way to communicate. So, this
intercepting code is actually interfering now.
10 years ago
Julian Lam f673f4f186 🐶 10 years ago
Julian Lam e232d9e198 Fixed issue where page view counts kept changing
... when they should only really be updated for the
hourly pageviews graph.
10 years ago
Julian Lam 6d386dd2ee Fixed some labelling issues and added support for last month 10 years ago
Julian Lam 7f9ac3f1fe Fixing bug where the labels would revert back to hours 10 years ago
Julian Lam 027d80debd Fixed issue where graph would always switch back to single-day 10 years ago
Julian Lam 9c1b067445 Closes #3884
Added toggles to change graph to monthly view vs regular
single-day view.

Also fixed issue where labels were out of date as the graph
data changed.
10 years ago
barisusakli d3778a052a fix ajaxify data 10 years ago
barisusakli ecd777b659 closes https://github.com/NodeBB/nodebb-theme-persona/issues/206 10 years ago
Julian Lam 65ce8a50b3 Removed cant-vote-self-post
As suggested in nodebb/nodebb-theme-persona#203, a positive
action has been applied when a user attempts to upvote
their own post. It will now open the upvoters modal
instead of throwing an alertError.

Closes nodebb/nodebb-theme-persona#203
10 years ago
Barış Soner Uşaklı c55abdd095 closes #3815 10 years ago
Julian Lam c2963a7ca9 Composer minver, #3693 10 years ago
Julian Lam 65396000d2 Updated modal to not be .confirm() but .dialog()
Also updated composer code to actually send a link back
to the other topic...

Closes #3693
10 years ago
barisusakli 20c8411287 closes #3767 closes #3774 10 years ago
Julian Lam 93c077dabd closes #3825 10 years ago
Julian Lam dc035c11f3 updated widget code to work better with sidebar areas 10 years ago
barisusakli e5cd928419 closes #3826 10 years ago
Julian Lam 8944856692 updated approval queue message to use modal 10 years ago
Julian Lam ccf957f681 Added cancel button to picture change modal 10 years ago
Julian Lam 8a90afeed2 fixes #3859 10 years ago
barisusakli 3bd83cd732 remove dupe code 10 years ago
barisusakli 323cc165b6 closes #3851
dont use post file upload for cover uploads
check cover upload file size against new setting
store cover uploads in profile folder
use `uid-profilecover` filename for cover uploads
10 years ago
barisusakli 356f1d38cb fix image upload for other users 10 years ago
psychobunny 18bd4c1cda closes #3844 10 years ago
barisusakli 90c2a16b94 closes #3835 10 years ago
barisusakli 6e1f0b9e32 fix top post bar reply button, after IS 10 years ago
Julian Lam 2830538835 Cover photo removal for groups, #3832 10 years ago
Julian Lam 92be63ebe6 Update user account removeFn
As I did not realise both groups and users call the same
coverPhoto lib, the removeFn has to be in the user client js,
and not in the coverPhoto lib.

... of course, it *could* be in there, but it would be hacky.
10 years ago
barisusakli 3648f69f72 added uid 10 years ago
Julian Lam f1412b6e9b Fixed cover loading for subdirs and added removal
re: #3832
10 years ago
barisusakli 54901afe5e removed toggleNew 10 years ago
barisusakli 277ee94f06 dont call meta.rooms.enter for guests 10 years ago
barisusakli baa813a4cb Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 10 years ago
Julian Lam de9f196c75 Merge branch 'userhomepage' of https://github.com/yariplus/NodeBB into yariplus-userhomepage 10 years ago
barisusakli 9753a6d489 fix user status change in topics 10 years ago
barisusakli 3ca618795f remove browsing 10 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
10 years ago
barisusakli 1ecf27417a removed commented out stuff removed topics.enter 10 years ago
barisusakli 491a6d0234 Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 10 years ago
barisusakli 0d23c56281 removed event:disconnect 10 years ago
barisusakli bac2a0d959 removed event:connect use socket.io connect event duh 10 years ago
barisusakli 5879185ebc single proc stats 10 years ago
yariplus 853aa37cd2 Add user home pages. #3616 10 years ago
Julian Lam ceaa3a334d Squashed commit of the following:
commit 3a39e5e6bd3c357d78d8ec1dad6e3a64c18ee3ab
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Nov 3 20:15:10 2015 -0500

    minor tweak

commit ed3c25ba8b431a2b730aae78a43cfa934521a5d4
Merge: d9cde96 d7a0adc
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Nov 3 20:12:32 2015 -0500

    Merge branch 'master' of https://github.com/acardinale/NodeBB into acardinale-master

commit d7a0adc5c883c5fa3207f3adcd0661246221e7c9
Author: Andrea Cardinale <a.cardinale@webandtech.it>
Date:   Wed Sep 30 10:32:25 2015 +0200

    Get registry (if it's set) from config.json in suggest method (client-side)
10 years ago
psychobunny dd8a77b949 components: account/ban, account/unban, account/delete 10 years ago
psychobunny dc7be48121 account/follow, account/unfollow, account/chat components 10 years ago
psychobunny aa373841e9 use ajaxify.data.uid instead of template element 10 years ago
Julian Lam 3314ab4b83 fixes #3809 10 years ago
Julian Lam dc916c5e3c closes #3817 10 years ago
psychobunny b9316bfd23 removed alert.location 10 years ago
psychobunny 1982501985 toaster components + deprecated alert.location 10 years ago
psychobunny 8cf6fe3aa1 closes #3808 10 years ago
psychobunny 0be363d220 closes #1241
@martyalicante @a5mith  hopefully finally fixed :)
10 years ago
Barış Soner Uşaklı 871dffb0d3 Merge pull request #3769 from pitaj/patch-1
Use the hide class instead of jQuery hide
10 years ago
Peter Jaszkowiak 6e889ed60d Use hidden class for search field 10 years ago
barisusakli 797b7f2ec1 remove quotes on both ends 10 years ago
psychobunny 4798647b8a moved infinitescroll.parseAndTranslate to app.parseAndTranslate 10 years ago
psychobunny ad0a7e0cb2 upping themes 10 years ago
psychobunny ec434dfe95 user/picture component 10 years ago
psychobunny ce4df8f22b fixed cover image editing on all profile pages 10 years ago
Julian Lam 8d4209d42c Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
psychobunny 40bda722c9 fix acp title on ajaxify 10 years ago
Julian Lam ae43c16227 Fix tooltips for user icons that aren't divs 10 years ago
Julian Lam 04dcd38d04 added new client-side hook on thread tools open 10 years ago
Julian Lam 5473a4f3b4 added new client-side hook on thread tools open 10 years ago
Julian Lam 526afc0910 Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
psychobunny f19043d046 profile cover photos 10 years ago
psychobunny 02d1304185 removing groups.cover.get, seemingly it doesn't do anything 10 years ago
psychobunny 973da9bdcc up persona 10 years ago
psychobunny a4cae65732 fixed hardcoded group name in uploader + cleanup 10 years ago
psychobunny ef20141e8f jshint 10 years ago
psychobunny 7a6d6c2bd6 Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny a6796479bf fixed drag and drop image upload 10 years ago
psychobunny 61b1f5fe32 allow regular uploading (modal) of cover photo 10 years ago
barisusakli 887358f045 closes #3784 10 years ago
barisusakli aae393ebe1 closes #3794 10 years ago
psychobunny 69e43cd35a modularized coverPhoto 10 years ago
Julian Lam 8ca1073be2 removed console logs 10 years ago
Julian Lam 68c3f9d849 Squashed commit of the following:
commit 56582bc9eee5d81a01f42a28808b617b9c96873a
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 05:21:11 2015 -0400

    added missing template

commit 6462a1626e7d8d77210b6e10eace5c9214335f33
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 05:19:07 2015 -0400

    sitemap index

commit 3cfd56f1fbc8e03405dc394375bf5ff6eef21322
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 04:47:52 2015 -0400

    sitemap routes, controllers, and library methods for pages, categories, and topics

commit e58e07c0881bdbe16d503b4679b85f761b02163c
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 04:07:39 2015 -0400

    added groups to sitemap

commit 7ee584b632
Author: Julian Lam <julian@designcreateplay.com>
Date:   Tue Oct 27 01:43:06 2015 -0400

    If notification dropdown is double-clicked, all notifications are marked read

commit 488f147bef
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 22:39:19 2015 -0400

    closes #3781

commit 5e1bd58a02
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 22:28:30 2015 -0400

    closes #3782

commit 57d3980267
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 22:16:08 2015 -0400

    closes #3790

commit 555c5b82da
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 21:19:20 2015 -0400

    check user settings

commit 5454862c1c
Author: barisusakli <barisusakli@gmail.com>
Date:   Mon Oct 26 20:26:02 2015 -0400

    wait for all callbacks when creating tags

commit 051c5077eb
Merge: 839fd93 e0e04ef
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Mon Oct 26 09:54:12 2015 -0400

    Merge pull request #3792 from drlogout/master

    Fixed wrong method name in socket.io/groups.js from isAdmin to isAdmi…

commit e0e04ef892
Author: Christian Nolte <hello@noltech.net>
Date:   Mon Oct 26 14:50:32 2015 +0100

    Fixed wrong method name in socket.io/groups.js from isAdmin to isAdministrator

commit 839fd935ad
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 21:54:35 2015 -0400

    add back thread tools filter

commit 37060bf1a3
Merge: 5820a19 bf918bd
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Sun Oct 25 18:13:06 2015 -0400

    Merge pull request #3787 from cubehouse/patch-1

    Upgrade script fails on some consoles

commit 5820a193f6
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 17:04:46 2015 -0400

    closes #3789

commit 0d88d52557
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 17:03:33 2015 -0400

    up theme

commit 9bc43ba5e1
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 16:57:42 2015 -0400

    closes #3788

commit aafd4b6984
Author: barisusakli <barisusakli@gmail.com>
Date:   Sun Oct 25 15:56:17 2015 -0400

    closes #3786

commit bf918bd016
Author: James Holding <cubehouse@users.noreply.github.com>
Date:   Sun Oct 25 10:14:00 2015 +0000

    Upgrade script fails on some consoles

    The upgrade script errors/fails on some consoles if the stdout.columns isn't set (my console did this when upgrading a Docker instance of NodeBB).
    Checking for stdout.columns before using, falling back to a couple of spaces for slightly prettiness if we can't work out the console width.
10 years ago
Julian Lam 7ee584b632 If notification dropdown is double-clicked, all notifications are marked read 10 years ago
barisusakli aafd4b6984 closes #3786 10 years ago
Julian Lam f7f43de644 Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
Julian Lam b52475c270 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/client/account/edit.js
	src/middleware/middleware.js
	src/socket.io/meta.js
	src/socket.io/user/picture.js
	src/user.js
	src/views/admin/manage/group.tpl
10 years ago
barisusakli 7217fa7493 fix unread count increase 10 years ago
barisusakli 2a6f411eff fix post-bar and post count 10 years ago
barisusakli b6f6867b50 bottom bar change 10 years ago
barisusakli e91b5f07b8 fix bottom bar events 10 years ago
barisusakli 5c2e78b1a6 parse topic tools on demand 10 years ago
barisusakli 6c9de29326 load post tools menu on demand 10 years ago
barisusakli 02abcf0da7 add newlines tabs to meta and link tabs 10 years ago
barisusakli 74b02ee096 dont crash if item is undefined 10 years ago
barisusakli 2064f20f94 fix tooltip positioning 10 years ago
barisusakli c426c7288f find closest to middle in navigator 10 years ago
barisusakli 5e5cafafd0 make one socket call to load unread counts 10 years ago
barisusakli edf545cd2c dont load sound data on cold load 10 years ago
barisusakli 2ec0d3f376 dont make extra socket call on new post and IS 10 years ago
barisusakli d146bff2a1 send less data when leaving rooms 10 years ago
psychobunny 0e7228eff7 fix admin menu + title if url has a query string
ex. ?loggedin
10 years ago
barisusakli f17ba88c0f closes #3765 10 years ago
barisusakli 6b1834d4ae closes #3767 10 years ago
barisusakli f2d6f931af closes #3505 10 years ago
barisusakli 2f5eb248eb fix postcount 10 years ago
barisusakli cba871ec90 closes #3759 10 years ago
barisusakli d351d01490 fix sort on category page 10 years ago
barisusakli b556652582 fix chat redirect 10 years ago
barisusakli f6fa0ace3c closes #3732 10 years ago
barisusakli 16a65c8ffc closes #3754 10 years ago
barisusakli 096ecce87b fix indent 10 years ago
barisusakli 07a97717ab removed bool param 10 years ago
barisusakli e2a5440ae8 closes #3741 10 years ago
barisusakli 47e2dd9478 closes #3107 10 years ago
barisusakli de4d747e63 closes #3742 10 years ago
barisusakli 9ac4704848 more search cleanup 10 years ago
barisusakli 79d5eea46d closes #3270 10 years ago
barisusakli fca2cf0a10 closes #3745 10 years ago
barisusakli 8a51c5a023 fix tooltip 10 years ago
barisusakli 7854e67b7b closes #1637 10 years ago
barisusakli 0ce1e666e7 disabling/enabling parent will disable/enable children 10 years ago
barisusakli c268493d2b closes #3723 10 years ago
barisusakli 2d96cdba1c closes #3720 10 years ago
Julian Lam 5c71bb5923 fixed user avatar modal again 10 years ago
Julian Lam 4c96f95330 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/app.js
	public/src/client/account/edit.js
10 years ago
Julian Lam 8b3f1684f7 Closes #3693
Fixes bug where hitting cancel didn't contain the old behaviour (opening the reply dialogue anyway), and instead just plain did nothing.
10 years ago
Julian Lam 99e5015083 closes #3690 10 years ago
Julian Lam 95129a1b40 closes #3693 10 years ago
barisusakli 4d87890942 closes #3715 10 years ago
barisusakli fcf411a72b small fixes 10 years ago
barisusakli 50c740ae09 fix tag display when reaching main post 10 years ago
barisusakli 5634c5417c dont use toPid if "topic/reply" is clicked 10 years ago
barisusakli 0b26cfdd43 #3705 10 years ago
barisusakli 3be3ed4eb5 same selector 10 years ago
barisusakli f4c5d3e159 parse picture modals when needed
https://github.com/NodeBB/nodebb-theme-persona/issues/161
10 years ago
barisusakli 848a14d861 fix typo 10 years ago
barisusakli 89439f2c14 fix upload hide 10 years ago
barisusakli 5f3eb5934a don't update bookmark on every scroll event 10 years ago
barisusakli d4206c047d select by class 10 years ago
barisusakli 0b052171f0 dont update title if it hasn't changed 10 years ago
barisusakli 902f529d53 closes #3692 10 years ago
Julian Lam 97dd5500a1 Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
barisusakli 22d6742422 closes #3569 10 years ago
barisusakli ca294fc6ec closes #3663 10 years ago
psychobunny 714efd0d0e scrollToPost / scrollToPostIndex offset isn't used anymore 10 years ago
barisusakli 9fc80702b8 simpler check 10 years ago
barisusakli 75e2228989 closes #3689 10 years ago
barisusakli 00bc9f51c9 dont display post just scroll 10 years ago
barisusakli b7ce4312a9 show toPid inline 10 years ago
Julian Lam 09d23c3dd0 Added support for a theme to generate a link back to a parent post 10 years ago
psychobunny 81b3ae2597 cleanup 10 years ago
psychobunny 4c4d560f64 fixed f5 from in the middle of a big topic 10 years ago
psychobunny 028a520bf0 remove hardcoded fadein 10 years ago
barisusakli 9d0f681ebc fix component name 10 years ago
barisusakli bcd8bdf0df closes #3687 10 years ago
barisusakli e7f87f4ffd closes #3686 10 years ago
psychobunny e9d3f4278d IS improvements
* simplify calculation (scrollTop vs elementInView)
* use post anchor rather than create big $ objs from post html
* pressing f5 repeatedly now always takes you to the correct pid
10 years ago
psychobunny 2669241c06 closes #3656 10 years ago
Julian Lam c2da45c2f0 user profile changing logic 10 years ago
Julian Lam a43d40fbc7 upgrade script, and fixed client-side generation of user icon 10 years ago
Julian Lam 730a62519f Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
barisusakli d8c9c8d447 dont crash on null category
#3681
10 years ago
Julian Lam e46496012a chat dropdown 10 years ago
Julian Lam a52f6cf0b4 User Account Edit and Change Picture Modal 10 years ago
barisusakli 7379f93a00 up composer 10 years ago
barisusakli 6457cd02ab move removeExtra to IS 10 years ago
barisusakli 80d6ba6b44 closes #3676 10 years ago
barisusakli 4db0dadd1c closes #3680 10 years ago
Julian Lam f6d5b52a8b WIP user-icons 10 years ago
barisusakli e02781f7e8 fix for IS when viewport is short 10 years ago
barisusakli df89a62b32 removed :rage3: comment 10 years ago
barisusakli b2dbb127e2 fix previous commit so it only uses window height if viewport <=0 10 years ago
barisusakli e78de34122 fix case where container might be smaller than viewport 10 years ago
barisusakli 41fb4fe6b5 remove IS topics on category
ability to specify a container for IS, instead of always assuming
$(document)
10 years ago
barisusakli 5a77a2c21c removed debug log 10 years ago
barisusakli 1dc93f2446 closes #3677 10 years ago
barisusakli 5e0a7d7dac some more acp/nav fixes 10 years ago
barisusakli e4f0cd856a prettier admin navigation page 10 years ago
barisusakli 759607a381 parse modals on demand 10 years ago
barisusakli 30bc401797 parse upload picture modal on demand 10 years ago
barisusakli 2e1648b725 fix browsing not disappearing after everyone leaving 10 years ago
barisusakli de15c2925d use topic.toTop() 10 years ago
barisusakli 2e8505c66d home/end keys for inf scroll 10 years ago
barisusakli c3a6b11939 fix first reply insertion 10 years ago
barisusakli e2896ef6b9 socketio/posts socketio/topics refactor 10 years ago
barisusakli 8a3452f985 start reverse IS earlier 10 years ago
Julian Lam 6fe480d8c6 Adding some snazzy hotkeys to chat page 10 years ago
Julian Lam cef8e44b3b Fix bug with missing ref, using pushState instead of replaceState in chats client-side lib 10 years ago
Julian Lam 47d39d3346 closes #3673 10 years ago
barisusakli 8f40b3f00d fix indent 10 years ago
barisusakli c617a3f008 inf scroll changes
dont load main post if start > 0
10 years ago
Julian Lam ebed9d641c Add new ACP option to upload Touch Icon, #3668
Also added a number of fixes for mobile enhancements, such
as serving a manifest.json file for Android devices, and
serving proper link tags for all uploaded touch icons.

This commit also creates a new template helper for link tags.
10 years ago
psychobunny 1dbfa65bc5 closes #3655 10 years ago
barisusakli e461615c1a closes #3621 10 years ago
barisusakli 054e0bb83b closes #3658 10 years ago
barisusakli ee24fadfff closes https://github.com/julianlam/nodebb-plugin-markdown/issues/52 10 years ago
barisusakli 4e2318fa1e fix title in acp removed extra | 10 years ago
barisusakli 13508ca7f9 closes #3547 10 years ago
barisusakli 75af978145 closes #3646 10 years ago
Julian Lam fa109241cc Update fontawesome picker module (iconSelect)
- Removed 'fa-doesnt-exist' icon
- Added a icon filter search input
- Added a "No Icon" button at the bottom
- Added link back to full FA list
- If icon is picked, it shows the icon class in the search input
10 years ago
psychobunny 70da64b927 button to revert to original email template 10 years ago
psychobunny 109fe895b3 ability to edit and save custom email templates 10 years ago
psychobunny 55748ac3f5 ability to select what kind of test email to send 10 years ago
barisusakli ee8bb8d908 closes #3634 10 years ago
barisusakli 38cd153077 hide on enter as well 10 years ago
barisusakli 4d8f92de24 closes #3635 10 years ago
barisusakli da9a6ba399 missing ; 10 years ago
barisusakli 0a9f82e30d removed some dupe code from chats 10 years ago
barisusakli 2f94307125 removed duplicated code in chats 10 years ago
barisusakli 5c51efdab3 globals config.relative_path 10 years ago
barisusakli fbfb39f967 moved socket connection out of app.js 10 years ago
psychobunny a8d44758cb acp remove logo fix 10 years ago
barisusakli 8c2fdcc77c group escape fixes 10 years ago
barisusakli 1cda4e8d9b scrollbar and scroll to bottom on logs page 10 years ago
Julian Lam c148b1c956 If a new message arrives, replace the teaser with the new message content, closes #3623 10 years ago
Julian Lam 2e3eef136f Update chat frontend to better handle incoming messages
When an incoming message occurs from somebody who is new,
a new chat contact is spawned and put into the contact list.
10 years ago
barisusakli 04be0411e7 build search categories server side 10 years ago
Julian Lam 7fae82a9bd Update chat page behaviour on mobile
As the chat page is not optimised for mobile devices, if
entered, the chat messages themselves will be hidden
(corresponding commits on themes), and the client-side
javascript will open the chat modal when contacts are clicked.
10 years ago
barisusakli ade9a44b11 closes #3590 10 years ago
barisusakli f17a716055 closes #3619 10 years ago
barisusakli 1e3391ff12 closes #3617 10 years ago
barisusakli 11c70f3a28 closes #2330 10 years ago
Barış Soner Uşaklı 5b08538264 closes #3614 10 years ago
Barış Soner Uşaklı 6d8134618f fix chats 10 years ago
barisusakli a5e9394d93 closes #3612 10 years ago
barisusakli 17a40b716e fix topic move notification 10 years ago
barisusakli b17feb3b6c nested categories on search 10 years ago
barisusakli 501bfbfc47 closes #3611 10 years ago
barisusakli 22d6ceab59 closes #2427 10 years ago
barisusakli 0cac0692b6 closes #3532 10 years ago
barisusakli af19bd8bd2 msgs on reset 10 years ago
barisusakli 30d087cbd3 closes #3607 10 years ago
Barış Soner Uşaklı bcb3b55ab0 Merge pull request #3594 from yariplus/homepages
Add Custom and Category homepages.
10 years ago
barisusakli ad685a0147 fix function in loops 10 years ago
barisusakli 896aadada7 closes #3597 10 years ago
Barış Soner Uşaklı 5831bdd2ec Merge pull request #3598 from MegaGM/fix.user-status.update.handling
Fix: When a user changes his online status,
10 years ago
Mega b383c17df2 Resolve #3599 10 years ago
Mega b4bcfb83a7 Fix: When a user changes his online status, all [component="user/status"] elements on a page are changing. The same bug appears in:
/user/*
/users/*
/topic/*
/chats/*

Cold load: http://i.imgur.com/OL2njmf.jpg
After change my status: http://i.imgur.com/J6I8lOC.jpg
10 years ago
yariplus d998fe2dd5 Add Custom and Category homepages. 10 years ago
barisusakli e3ca91e325 #3591 fixes item 1 10 years ago
barisusakli 9361ff0772 closes #3587 10 years ago
barisusakli dd5a8e8a88 closes #3568 10 years ago
barisusakli 775e0532eb fix search selector 10 years ago
barisusakli 95b709c806 dont crash if data.responseJSON doesnt exist 10 years ago
barisusakli 459e51862a closes #3553 10 years ago
barisusakli a64cbbc6df #3573 10 years ago
barisusakli 961efa3533 closes #3512 10 years ago
barisusakli 2d175cc3fb closes #3466 10 years ago
barisusakli bb4984a9aa closes #3428 10 years ago
barisusakli e6755d0adc closes #3458 10 years ago
barisusakli a1c407acd0 closes #3530 10 years ago
barisusakli af50ade066 closes #3560 10 years ago
Julian Lam 394fa87b39 on account deletion modal, focus on text input 10 years ago
psychobunny 31fef4f429 hint. damn those globals wtb browserify 10 years ago
psychobunny b6a43fb5cf fixes #3562 10 years ago
psychobunny 4962fb4851 closes #3546 10 years ago
Julian Lam 1a741da3d4 translating parsed template in client side code 10 years ago
Julian Lam c3821c2070 Close #3540 10 years ago
barisusakli 0ffb81308e closes #3538 10 years ago
barisusakli f9575efaf0 disable fork button during fork #3535 10 years ago
psychobunny ff2543e522 thought they all seemed pretty self-explanatory to me 10 years ago
psychobunny bc5f9d0199 closes #3536 10 years ago
psychobunny d5cc37b166 notifications/list and notifications components 10 years ago
psychobunny 30c1001e5d #3522 also for settings v2 10 years ago
psychobunny e36976fd39 closes #3522 10 years ago
barisusakli 794c218cb6 fix displayMenuItem 10 years ago
barisusakli f6c95456f2 fix password change notifs 10 years ago
barisusakli 09dacfd6a9 remove bookmark alert on scroll or after 10 secs 10 years ago
barisusakli 980484d930 added config as global :dull: 10 years ago
barisusakli 7689d54d42 closes #3518 10 years ago
barisusakli c3719ea5b5 closes #3519 10 years ago
barisusakli 9d4d904479 404 fix 10 years ago
barisusakli 48512bff6b get rid of app.exposeConfigToTemplates 10 years ago
psychobunny 3c71de285a Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny 80b13c94c8 snackbar translation for acp 10 years ago
barisusakli 0be3bd1893 removed ajaxify.variables 10 years ago
barisusakli 6810b529c9 prevent infinite loop on topic scroll to bottom 10 years ago
psychobunny 82d39753b7 hint 10 years ago
psychobunny b10a7d4410 notifications/icon component 10 years ago
psychobunny b66a58dd52 user/status: don't touch the other classes
fixes that 2px thing @julianlam
10 years ago
psychobunny 54d996ca6a fixed user/logout component + vanilla 3.1.2 10 years ago
psychobunny b19120f822 user/logout componen 10 years ago
psychobunny e9a42cdecb fixed notifications on deskto 10 years ago
psychobunny a44f467ebc Notifications.loadNotifications() 10 years ago
psychobunny 2301362f59 component="header/usercontrol"; also fixes user status bug 10 years ago
psychobunny a663f95669 chats.loadChats() 10 years ago
psychobunny 63be875daa header/userpicture, header/profilelink, header/username components 10 years ago
psychobunny 2e33ae2742 Merge branch 'master' into persona-2.1 10 years ago
psychobunny 6e714a5344 Revert "header/userpicture, header/profilelink, header/username components"
This reverts commit d1effa65d0.
10 years ago
psychobunny d1effa65d0 header/userpicture, header/profilelink, header/username components 10 years ago
psychobunny 306964b4ea chat/dropdown and chat/list component 10 years ago
barisusakli eaefd9d24c remove meta/title.js and meta.title.build #3481 10 years ago
psychobunny d75f5574e0 #3499 10 years ago
psychobunny 6c44db9a0c closes #3490 10 years ago
barisusakli cf36f7bc79 closes #3468 10 years ago
Julian Lam 1772041b6e fixed invocation of clickdn in snackbar 10 years ago
psychobunny 7210ffdde9 only need to translate bootbox's footer 10 years ago
psychobunny 3145e75fc0 closes #3485 10 years ago
psychobunny 19a3950928 don't blow up if no skin was selected 10 years ago
Julian Lam 902d11c6af Fix #3470 10 years ago
barisusakli db90d19b45 fix password confirm 10 years ago
psychobunny cd83dcf2e0 better styling for snackbar on mobile 10 years ago
psychobunny 7fa4057051 overrideTimeago only needs to be called once 10 years ago
psychobunny 0caa095ea4 closes #3457 10 years ago
psychobunny 0cb8f2b80c closes #3463 10 years ago
psychobunny cc299f89e2 mobile menu for ACP first pass 10 years ago
psychobunny ea3fa0ff1d md snackbar for acp 10 years ago
Barış Soner Uşaklı 76c0e33bcb filter links and children 10 years ago
Julian Lam 141174ac94 Fix ACP active state issue
Apparently, all this time, there was a bug that caused active
states to not properly be shown in subfolder installations. This
commit fixes that regression. ping @psychobunny
10 years ago
psychobunny cdc351bc02 fixed acp search 10 years ago
psychobunny 656476620e fix new checkboxes on ajaxify 10 years ago
psychobunny 6dbd7cad84 done with this stupid checkbox experiment 10 years ago
psychobunny d091729de3 search bar and restart menu completed 10 years ago
psychobunny fd46b31d6e fixed selection of skins 10 years ago
psychobunny 181bb9a6a7 theme selection buttons 10 years ago
psychobunny 88c466bf3f fixed theme selection 10 years ago
psychobunny b62cf2ad14 fix selection of skins 10 years ago
psychobunny 867c09bab6 revert theme: default theme is now persona 10 years ago
psychobunny 1e2fb5cd4c undo button for skins and themes 10 years ago
psychobunny 9dcaafdb1b widgets save button 10 years ago
psychobunny dfa4f47289 save / create buttons for categories/category 10 years ago
psychobunny 26858436b6 fix for acp subpage nav 10 years ago
psychobunny bd494207eb got rid of that fancy edit for cat name/desc + improved layout for settings 10 years ago
psychobunny ffd38b8cc3 some UX tweaks to manage/category 10 years ago
psychobunny c6282e289a main header title + better logic 10 years ago
psychobunny 744a7d4210 extend/widgets 10 years ago
psychobunny d1f45b6d79 extend/plugin 10 years ago
psychobunny ec335b55cd fixed active state for install plugins submenu 10 years ago
psychobunny 4fd99e8aae removed activateMobile 10 years ago
psychobunny 30970d618c dynamic title for settings pages 10 years ago
psychobunny 2da3b34798 Merge branch 'master' into acp-paper 10 years ago
Barış Soner Uşaklı f4da333b42 Merge pull request #3351 from yariplus/catsfixes
Fixing some issues with acp category page
10 years ago
psychobunny ba58c83b97 acp active states for main menu 10 years ago
psychobunny 9389c0773e acp themes redesign first pass 10 years ago
psychobunny 30cd8d2af9 cleaned up the widgets page 👍 10 years ago
yariplus 67e450a05b Fix issues with acp category page
strange name for background size variable
invalid class selectors
hijacking of background style
10 years ago
psychobunny d464cb2f0d settings - automated table of contents 10 years ago
psychobunny fed87dded6 sayonara, acp menu 10 years ago
barisusakli 5ababdbdf0 prevent crash if data.enter is not string 10 years ago
barisusakli 5b87af4389 closes #3447
recursively get all children
calculate topic/post count from children
new sorted set `cid:<id>:children`
fix search query params
10 years ago
psychobunny 4b0f50f57e closes #3448 10 years ago
Julian Lam 3b3c383d93 adding a fallback for en_GB and en_US 10 years ago
psychobunny 3d962822c6 #3322 properly, @barisusakli so no need to copy pasta everywhere timeago is used 10 years ago
psychobunny 5b1571ad1e don't need to refresh to preview updated skin #3069 10 years ago
barisusakli f4dd0c14ae update title for new posts as well 10 years ago
Julian Lam 3d9415b65e Fixes #3442 10 years ago
psychobunny f9b104192b fixing deprecated global translator call 10 years ago
psychobunny 5299e1fdc6 closes #3322 10 years ago
barisusakli c70267bd23 fix indent 10 years ago
barisusakli 5e3e1f8781 #3430 10 years ago
barisusakli 6e630b3cfd closes #3434, thanks to @psychobunny 10 years ago
Julian Lam 1b812068ca Fix bug where translator would split on all colons, and not just the first 10 years ago
barisusakli f8f3e3faa7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/79 10 years ago
barisusakli 9e1d5c8113 closes #3424 10 years ago
barisusakli 5a15ee7713 #3424 10 years ago
barisusakli 1b9c443076 toggle browsing if all users are gone 10 years ago
Julian Lam e60194292f Fix a myriad of problems with the ACP/Plugins page
- Fixed #3350
- Fixed issue where the normalised API return would have the wrong id for all plugins
- Fixed issue where uninstalling a locally installed plugin via ACP would cause NodeBB to crash
- Simplified ACP/Plugins client-side code to simply refresh the page after installing or uninstalling a plugin.
10 years ago
Barış Soner Uşaklı e34b30eeca Merge pull request #3369 from pejuaxel/master
Add missing localizations
10 years ago
Barış Soner Uşaklı 2968dbb9ac Merge pull request #3346 from bdharrington7/bookmark2
Saves user bookmarks on server if available
10 years ago
bdharrington7 bd26961fa6 Makes bookmark click scroll to last read instead of past it 10 years ago
bdharrington7 25203ee67e changes bookmark storage to sortedset, gets uid from socket rather than being passed from client 10 years ago
barisusakli d5128d0513 closes #3370 10 years ago
barisusakli e592499d48 correctly hide/show user in browsing users 10 years ago
Axel fc0871a79d Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
Axel 91e81065dc Localize "Group Name:" 10 years ago
Julian Lam cead53ec86 Fix list behaviour in chat page 10 years ago
Julian Lam 53a1e6106e Fix bug where an empty chat message would appear in the chat modal 10 years ago
Julian Lam 98b74f848e Fix newSet detection on chat messages 10 years ago
Julian Lam 2593f1b4d9 Fix bug where new chat messages would not append
... due to incorrect class and id assignment of the chat modal. Regression was caused by an earlier commit that moved the
typing span elsewhere.
10 years ago
Julian Lam 60a6775c72 Changed behaviour of the Chat Typing Notification
Instead of being placed at the bottom of the modal/list,
it will now be displayed at the top of the modal, and not
shown in the chats page at all (as it is already present
in the contact list)
10 years ago
Julian Lam eac92b00c6 better error checking with socket broadcast method 10 years ago
Julian Lam 6348eb2bab fixed #3359 10 years ago
Julian Lam 4f4e33eb15 Merge branch 'pichalite-master' 10 years ago
Julian Lam eb5be2f671 fixed some whitespace issues and made the admin check return early, in its own block 10 years ago
Julian Lam d10fd6248e Merge branch 'master' of https://github.com/pichalite/NodeBB into pichalite-master 10 years ago
Axel 9c2d7a2468 new language keys 10 years ago
Julian Lam 474ff3ed35 fixed #3359 10 years ago
pichalite d2bbca1de1 don't display leave/join buttons for admin group 10 years ago
Julian Lam ee9390ee34 fixed #2949 10 years ago
pichalite a5226c9423 don't display "Leave Group" button for admins in "administrators" system group on groups details page 10 years ago
barisusakli 954c25823e closes #3352 10 years ago
bdharrington7 54180acf9b saves updated bookmark in callback 10 years ago
Julian Lam 93007bc34f fixed regression of pagination caused by changes to ajaxification logic 10 years ago
bdharrington7 2a82b5db91 Merge branch 'master' into bookmark2 10 years ago
bdharrington7 4d99f60b3d uses server-side bookmark if available 10 years ago
Julian Lam 7e6703c18e more line ending conversion #3343 10 years ago
bdharrington7 45df5a3d0b stores the user's bookmark on the server 10 years ago
psychobunny 0bc4799c3c remove setTimeout hax in settingsv1 :squirrel: 10 years ago
psychobunny fdc66eb607 fixes checkboxes for settingsv2 (deja vu) 10 years ago
psychobunny a3c41e7fdb action:posts.loading 10 years ago
psychobunny 8e4340544a action:posts.edited 10 years ago
Julian Lam 957766c1d7 fixed #3272 10 years ago
Julian Lam 0c6b2b122e fixed #3268 10 years ago
Julian Lam fdefff3516 fixes #3338 10 years ago
barisusakli 1413fc1b1a closes #3340 10 years ago
Julian Lam 22251cb0bd fixed #3341, introduced new navigation data property, "targetBlank", deprecated "target", which was never exposed anyway, and updated default values 10 years ago
Julian Lam 5340537631 closed #2820 10 years ago
Julian Lam 87e5c733a4 added dedicated client-side action hook for when the client-side finishes loading 10 years ago
Julian Lam 4b9eab6dc0 fixes #3329 10 years ago
Julian Lam b2a69758ee added back multi-line support for translator 10 years ago
Julian Lam eaa35c8057 making translator regex stricter, so it doesn't match language strings that won't ever exist 10 years ago
Julian Lam 2c62bafdc7 fixed ajaxify for pagination blocks 10 years ago
Julian Lam 305c54a727 fixed bug where an extra space was added to new replies 10 years ago
Julian Lam e25d2fa6e6 closed #2811 10 years ago
Julian Lam d712dcdce1 fixed issue where ajaxify couldn't handle urls with "#" href if the currently address already had a hash value present. 10 years ago
barisusakli daf1a388eb closes #3039 10 years ago
Julian Lam 2cb70ceccc added auto-ajaxify on reconnect 😎 10 years ago
Julian Lam f9a29186c4 updated ajaxify 5xx handling code to work even if nginx is used as a proxy (as it serves back 502, not 500) 10 years ago
barisusakli 81eeab42ed category filter on /unread 10 years ago
Julian Lam 835750f36f fixed checkbox behaviour in widgets page... @psychobunny, did I do this right? 10 years ago
Julian Lam 534b13e089 fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges. 10 years ago
Julian Lam 140b8be161 updated ACP checkbox module so that it hides the checkbox via js instead of blanket CSS hiding 10 years ago
psychobunny a4ace48469 closes #3310 10 years ago
psychobunny 541fd474b3 fixes checkboxes for both settingsv1 and settingsv2 10 years ago
Barış Soner Uşaklı 4fc4a0ff3e dont escape group.name, use displayName in tpls instead 10 years ago
Barış Soner Uşaklı d225951027 fix group name 10 years ago
Barış Soner Uşaklı a12ecbc230 admin/manage/groups pagination 10 years ago
Julian Lam b4e39374bb firing 'change' event for all checkboxes after settingsv2 load 10 years ago
psychobunny 6b6bae7cc5 font awesome checkboxes for acp 10 years ago
psychobunny b73a26f7a6 fixes reload button and probably a bunch of other things in ACP 10 years ago
Julian Lam 74f2f7caef fixes #3307 10 years ago
psychobunny b69ea4564a fix user presence graph
if nobody's using your forum at all, this thing stopped working
altogether
10 years ago
psychobunny c01f06214e don't re-render graph if data is stale 10 years ago
psychobunny c6713177d3 realtime mode toggle for dashboard 10 years ago
barisusakli 2b493964d0 closes #3296 10 years ago
barisusakli ffd22f50ff closes #1999 10 years ago
barisusakli 52f7e13a5c closes #3289 10 years ago
Julian Lam ceb4de653d fixed #3295 10 years ago
barisusakli 619251143d reset inf scroll on search 10 years ago
Julian Lam 48af82659e removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes #3288 10 years ago
barisusakli 491d376fb4 closes #2605 10 years ago
psychobunny a285e0734d closes #3274 10 years ago
barisusakli 5ee1951245 closes #3271 10 years ago
barisusakli 57c2418157 closes #1306 10 years ago
barisusakli a31178ebd8 closes #3258 10 years ago
barisusakli 2b0b2ea858 fix search by ip 10 years ago
psychobunny 5ff9a7f9a9 allow multiline support for translator
see: https://github.com/psychobunny/templates.js/issues/36
10 years ago
barisusakli b89b4d066a max chars 10 years ago
barisusakli 38b838d462 closes #2754
moved group edit from modal to its own page
added hidden/private to group edit in acp, they were only in the client
groups page
moved add users above member list
10 years ago
barisusakli 1d72a8f0ee fix composer redirect on home page 10 years ago
barisusakli 9d562a8708 closes #3245 10 years ago
barisusakli 0ef2ccc130 closes #3240 10 years ago
barisusakli 536c443c1e closes #3231 10 years ago
barisusakli 1bbce82c23 duh #3192 10 years ago
barisusakli 8ff7ba82c2 closes #3192 10 years ago
barisusakli 6d0d74a6e9 moved topic search end to topics.js 10 years ago
barisusakli 2880a77a9f closes #3130 10 years ago
barisusakli 387a5e36b2 search fix, moved topic search to topic.js 10 years ago
psychobunny 28e1ae46c7 woops, committed some testing code by accident 10 years ago
psychobunny 7564881298 don't minify files in /client
adds an extra call to the client/route.js file on cold load but cuts a
ton of extra weight in nodebb.min.js
10 years ago
psychobunny 97d1ab2e35 console.log 10 years ago
psychobunny f8b3282295 closes #3141 10 years ago
psychobunny 548d39fac5 lint 10 years ago
psychobunny ac2811be75 instance.restart 10 years ago
psychobunny 6c607bca1e closes #3212 10 years ago
psychobunny 6ae64ca884 fixed skin revert message 10 years ago
barisusakli 3a36ae5c13 wait for loadScript & widgets.render to emit action:ajaxify.end 10 years ago
Julian Lam 17ff083cc6 passing in available composer data into the composer.loaded client-side hook 10 years ago
Julian Lam 6fedcca4ee changed a bunch of whitespace back into tabs, and fixed issue where categories without a parentCid were not showing up at all in the ACP 10 years ago
Julian Lam 478850ac05 rewrote a bit of the code so that templates.js is called asynchronously, and moved indentation levels to CSS instead of inlined styling. 10 years ago
Julian Lam 394497c9d5 Merge branch 'categories-parent-acp' of https://github.com/NicolasSiver/NodeBB into NicolasSiver-categories-parent-acp 10 years ago
psychobunny f1f028b89c Merge pull request #3161 from yariplus/patch-1
Fix specificity on ACP widget panel heading.
10 years ago
psychobunny 2dfb9837a7 log 10 years ago
Barış Soner Uşaklı 507fb225a2 removed console.log 10 years ago
Barış Soner Uşaklı 4420e7a9fc closes #3188, closes #3170 10 years ago
psychobunny 05c5196965 closes #3194 10 years ago
Nicolas Siver a17c65ee9f move item template to file 10 years ago
Barış Soner Uşaklı b717da0229 Merge pull request #3110 from pitaj/master
Fixed translator backwards compatibility issue
10 years ago
barisusakli 045d9df81f closes #3203 10 years ago
Nicolas Siver 1bfb41bccb sorting tree 10 years ago
Nicolas Siver 46ce3aae9f tree view 10 years ago
psychobunny a355fbfc81 closes #2769 10 years ago
psychobunny d51407834d closes #3166 10 years ago
psychobunny b96018b0f5 closes #3187 10 years ago
Julian Lam f9053c077d updated groups ACP styling and template to use a table, like categories
Conflicts:
	src/views/admin/manage/groups.tpl
10 years ago
Barış Soner Uşaklı 7bed4c40d6 closes #3179 10 years ago
Julian Lam 8f7416d1cb updated acp category privilege settings so that not all groups are shown in privilege table, closes #3036 10 years ago
psychobunny f698d28dfb one last fix for #3169 10 years ago
psychobunny 7b81c5db9f #3169 10 years ago
psychobunny 79fd5a4d8e closes #3169 10 years ago
psychobunny 63a2a20fd3 remove the old history.pushState hack for mobile composer 10 years ago
psychobunny 55bed3464e if mobile, go to /compose route #3090 10 years ago
Julian Lam f6181e6481 fixes #3148 10 years ago
Ole R. 22e227a6cd fixed error-report within translator.js
reported by [rex-huang](https://community.nodebb.org/user/rex-huang), see https://community.nodebb.org/topic/4520/error-handling-is-wrong-in-translator-js
10 years ago
Timothy Fike 8414e31730 Fix specificity on panel heading.
Needs to be specific so I can put an accordion inside. 😎
10 years ago
barisusakli 4f37d268b6 removed sort by username 10 years ago
barisusakli 5f23f04423 Merge remote-tracking branch 'origin/master' into user-search 10 years ago
barisusakli fbdae8fe1d return time and matchcount on page switch 10 years ago
barisusakli aa577f4adc part 1
no upgrade script yet
10 years ago
psychobunny 60f9fc17ae #2928 10 years ago
barisusakli 30a9b66b31 fix room enter 10 years ago
barisusakli 10de7a92e4 dont let joining other uid rooms 10 years ago
psychobunny a88ad903af action:ajaxify.dataLoaded 10 years ago
barisusakli b292aeea72 closes #3120
also dont allow loading posts of a topic if its deleted via
topics.loadMore
10 years ago
barisusakli be1865da2d closes #3127 10 years ago
barisusakli 0083d4ff1c return user settings in api 10 years ago
barisusakli ffac8eb41d closes #3118 10 years ago
Barış Soner Uşaklı b08774763a added tpl to ajaxify.content-loaded 10 years ago
Julian Lam cd7a3f64f4 removed extra console logging 10 years ago
Julian Lam c7fbaf1a53 updated notif page code to work with new mobile-only dropdown for marking notifications read 10 years ago
Julian Lam e18f6c95fa added link to 'install plugins' page in acp installed plugins menu dropdown
also fixed annoying white background when a menu item other than the one active is focused upon
10 years ago
barisusakli 2fc8b153c1 img-responsive on about me images 10 years ago
Peter Jaszkowiak ad7b561dd4 Fixed translator backwards compatibility issue
Also removed the _clearMenus global object because populating the global namespace is bad, bad, bad
10 years ago
barisusakli 9749658d35 added about me field 10 years ago
barisusakli 163b70fba9 fix acp logout 10 years ago
psychobunny 533193fa79 send in data to action:taskbar.pushed as well 10 years ago
psychobunny 1556365712 call taskbar.push regardless of whether it's a new chat or not
there's logic in taskbar.push to not create the element anyways
10 years ago
psychobunny c13e14d2c8 pass in element to filter:taskbar.push; taskbar.push cleanup 10 years ago
barisusakli 0d7e72be51 removed dupe code 10 years ago
barisusakli 17dfb4df94 posts_list.tpl changes 10 years ago
barisusakli 03b0d282f1 search fix prevent crash if search term is invalid regex 10 years ago
Barış Soner Uşaklı a5c52958e7 made handleSearch public 10 years ago
Barış Soner Uşaklı e88d88e56c added return false 10 years ago
Barış Soner Uşaklı 8544531a79 removed event 10 years ago
Barış Soner Uşaklı 21b634e03f closes #3081 10 years ago
Julian Lam 15265bf36e Merge pull request #3071 from yariplus/settingsobject2
Enhance settings object plugin
10 years ago
psychobunny a9015cee03 Merge remote-tracking branch 'origin/master' into web-install 10 years ago
psychobunny 24a11314dc installer - finally got it all working ;) 10 years ago
psychobunny ddd5c49461 installer ux fixes 10 years ago
psychobunny 7488fa0416 cleanup; fixes 10 years ago
psychobunny 45e216edef installer: database error messages 10 years ago
psychobunny 8556ddd9a0 installation spinner; started launch page 10 years ago
psychobunny f981e6d466 fixed confirm password validation 10 years ago
psychobunny 220dec5711 installer: validate before sending form 10 years ago
barisusakli dd61bdb9c6 closes #3038 10 years ago
psychobunny 948ad5fb44 Merge remote-tracking branch 'origin/master' into web-install 10 years ago
barisusakli 7632997a99 closes #3045 10 years ago
psychobunny 89c863caa7 embarassing console.log's are allowed at 8pm on monday 10 years ago
psychobunny 213ee2d063 installer: fixed validation 10 years ago
psychobunny a93e52aade fixed cold load database switcher for installer 10 years ago
psychobunny a386974585 installer: database switcher 10 years ago
psychobunny 8a7aaf8f76 installer: validate email 10 years ago
psychobunny ab2272b6b5 installer: confirm password 10 years ago
psychobunny fe40d0f9e8 installer: password validation 10 years ago
psychobunny 50b9a7096e minor ux 10 years ago
psychobunny 25e2e72366 got username validation working 10 years ago
psychobunny 1f2bd9390d compiling JS as well now 10 years ago
psychobunny 55c969ab23 Merge remote-tracking branch 'origin/master' into web-install 10 years ago
barisusakli 3ffd3a5d3c closes #2970, closes #3078 10 years ago
psychobunny 2ffdec5386 styled active clas 10 years ago
barisusakli 1f06f90a50 closes #3051
updated lru to latest
created new files posts/cache.js posts/parse.js posts/edit.js
10 years ago
Julian Lam 9e994f3baf finally closed #2887 -- added implicit privilege markers to client-side privileges table 10 years ago
Julian Lam 5a0ea28633 better fix for #3040 10 years ago
Julian Lam bbccc38efd Revert "made pagination.loadPage also a silent ajaxify, so in-topic searching works with it"
This reverts commit 7e3e7edfd4.
10 years ago
barisusakli 72f80dd330 closes #3052 10 years ago
Julian Lam 7e3e7edfd4 made pagination.loadPage also a silent ajaxify, so in-topic searching works with it 10 years ago
barisusakli dd92b06f16 #3064 10 years ago
Julian Lam e309a188c3 fixed issue in ajaxify.go where search module was not properly required 10 years ago
yariplus 9d3a9f4493 Enhance settings object plugin
Use an array to declare the object properties so that the order is always the same.
Add a data-new attribute for individual properties. (You can still use a whole object in the data-new attribute of a parent array.)
Add data-prepend and data-append attributes to properties for inserting html before or after that property. (This may also be useful for the array plugin.)
10 years ago
Julian Lam 821c9f12d6 updated scrollToPost behaviour to no longer ajaxify loudly. Also updated call to checkPagePresence to fire before the topicDOM events begin, so if an in-topic search is conducted on a different topic from the current topic, the topicDOM behaviour continues. closes #3040 10 years ago
Julian Lam 65b2523b0f closed #3050 10 years ago
barisusakli da5909349b closes #3053 10 years ago
barisusakli e8afe329a9 pagination 10 years ago
psychobunny 5d04cd0bef ability to add class to taskbar; new action hook; send touid in chat 10 years ago
psychobunny 23c4ecfe60 filter:taskbar.push
not really a filter, but does the job as long as its synchronous
10 years ago
Julian Lam 5587233e78 fixed quoting and highlighted-text auto-quote for composer when composer is minimized, closes #2870 10 years ago
psychobunny 1d94b6a96f closes #3000 10 years ago
psychobunny c188fa2a1f closes #3049 10 years ago
Julian Lam ee7d356781 Merge pull request #2825 from yariplus/settingsobject
Add object setting plugin
10 years ago
Barış Soner Uşaklı c9b5948034 closes #2927 10 years ago
Julian Lam 0e0b92f794 update group pages to use components 10 years ago
Barış Soner Uşaklı 7bc2eeff4a duh 10 years ago
Julian Lam 1c36fbd57b fixed #3034 10 years ago
Julian Lam 2000947cd6 fixed #3030 10 years ago
barisusakli 500c9f061c removed return 10 years ago
barisusakli 8c7ded3062 closes #3026 10 years ago
Julian Lam e147328d53 updated backgroundDraggable jquery plugin with fork that allows for percentages: ad2c5a87d1 10 years ago
Julian Lam 6a509a51db fixes #2992 10 years ago
barisusakli fa9fde43fb closes #2971 10 years ago
barisusakli 5501c0c759 closes #3005 10 years ago
barisusakli cf825d02b7 escape title 10 years ago
psychobunny 3ec99b8021 #3011 10 years ago
psychobunny 1201425db2 hint 10 years ago
psychobunny e78fc98146 cross-browser support for composer resize animation 10 years ago
psychobunny 5db4714ba8 add success message to watch / ignore category methods 10 years ago
psychobunny 4d414d0b63 .category-box and .post-preview now components 10 years ago
barisusakli 427dda654a temp fix for #2994 10 years ago
barisusakli a14249dee6 removed tags 10 years ago
barisusakli 729fb1d696 advanced search change 10 years ago
barisusakli 45bf5de1e5 closes #2982
update url with new slug on topic title edit
10 years ago
psychobunny 5c59aa7737 closes #2986 10 years ago
psychobunny 799cc9397a closes #2973
also fixes some UX issues and enforces password length check on both
client and server
10 years ago
psychobunny 13b4e446bf closes #2984 10 years ago
psychobunny 59909894fc closes #2981 10 years ago
psychobunny f601bdee5e Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny 97419bbdd9 closes #2980 10 years ago
barisusakli b2fad172e5 closes #2966 10 years ago
Barış Soner Uşaklı df3e007120 closes #2969 10 years ago
psychobunny 56d1b521c5 closes #2967
@barisusakli  there was a return; if user is offline, don't see any
reason why it should be so I removed it, just FYI
10 years ago
psychobunny 885b36bb50 closes #2965 10 years ago
Barış Soner Uşaklı 0ed46c3bae closes #2963, closes #2957 10 years ago
Barış Soner Uşaklı 5fda8422c5 fix focus 10 years ago
barisusakli b815601649 https://github.com/NodeBB/nodebb-theme-persona/issues/59 10 years ago
barisusakli 499a068bb7 Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
barisusakli 0d515803e4 fix post edit 10 years ago
psychobunny 01542647d4 no need to add img-responsive to all images anymore 10 years ago
barisusakli 9d026919ac closes #2953 10 years ago
Barış Soner Uşaklı dadbda98b7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/52 10 years ago
Barış Soner Uşaklı 7abbbbfccf closes #2946 10 years ago
Barış Soner Uşaklı c7c420e869 closes #2947 10 years ago
barisusakli 188a480590 use post-count component 10 years ago
barisusakli 5f2271e4e0 closes #2903 10 years ago
barisusakli f81e3ad358 categoryTools componets 10 years ago
psychobunny e443d14519 fixes acp/categories/x menu selection
@julianlam
10 years ago
barisusakli e7fa000fe0 removed strict li selector 10 years ago
barisusakli b00ee4828f removed hardcoded icons for post delete restore 10 years ago
barisusakli 9dac6303bb removed thread state fix bottom bar class 10 years ago
barisusakli 9e3b2148ba components 10 years ago
barisusakli 3efb1345e0 use topic/header closes #2933 10 years ago
psychobunny 63653662e0 a should have the title, not img
part 1 of https://github.com/NodeBB/nodebb-theme-persona/issues/38
10 years ago
psychobunny 30df61e7a5 infinite scrolling on category view, checkboxes weren't showing up 10 years ago
barisusakli e15f7902dd closes #2930 10 years ago
Barış Soner Uşaklı 0994f810d9 Merge pull request #2931 from cismous/master
fixed post chat bug
10 years ago
CisMous e5efec1361 fixed post chat bug 10 years ago
barisusakli f96f6d9e2e shorter 10 years ago
barisusakli 1745689317 require composer when its needed 10 years ago
barisusakli e862f7186f recent doesnt need composer anymore 10 years ago
barisusakli 0d839bdb2c parantheses 10 years ago
psychobunny 7563e9aba1 added localStorage for preview toggled state 10 years ago
psychobunny e1ff3deaf0 move preview toggle function into composer/preview.js 10 years ago
Julian Lam 56fc958939 closes #2891 10 years ago
Barış Soner Uşaklı c294c3b342 fix inf scroll and timeago on users page 10 years ago
psychobunny bc4e5371d7 Merge pull request #2907 from MegaGM/fixcategory.images
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny 232d1aae31 helpers.getBookmarkFromIndex 10 years ago
Barış Soner Uşaklı 925b12ca22 startsWith 10 years ago
psychobunny f734d47bef closes https://github.com/NodeBB/nodebb-theme-vanilla/issues/21 and https://github.com/NodeBB/nodebb-theme-persona/issues/31 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global 10 years ago
Barış Soner Uşaklı b65f456d70 closes #2880 10 years ago
Julian Lam 16c6578bdb updated components to be a require.js module, not a global (:rage2:) 10 years ago
Barış Soner Uşaklı f380f4214a closes https://github.com/NodeBB/nodebb-theme-persona/issues/27 10 years ago
barisusakli e775246bf9 moved collapse to theme 10 years ago
barisusakli e6d36af942 only close nav if body has slide-in 10 years ago
barisusakli 486f5f9df6 close navigation on click for slide-in as well 10 years ago
Julian Lam c706638b5d updating groups access control so:
1. Guests can no longer receive the moderate bit
  2. If you attempt to grant the moderate privilege to a public group, a confirmation modal appears
  3. A lock icon is present next to all private groups
10 years ago
barisusakli d27ec057c5 closes #2910 10 years ago
Julian Lam d249a46fae fixed around event handling for composer submit button, and upped vanilla minver 10 years ago
barisusakli fccfc5307b fix commas 10 years ago
barisusakli 65bdeba385 helpers.js fix maybe 10 years ago
barisusakli a3a0ba9bc3 fix post count tmp fix for js error from helpers.js 10 years ago
barisusakli 474b074c8f fix wrong post count on new post 10 years ago
Mega 30ad24caa6 Hide "Remove" buttun as well 10 years ago
Mega 3947710a3d fix:removing category images via ACP 10 years ago
Mega 8b48a1e3af fix: category images (helpers.generateCategoryBackground) 10 years ago
psychobunny 7c7b43d295 semicolon 10 years ago
psychobunny 789418f987 stripTags and escape template helpers
use it like so {function.stripTags, title}
see vanilla or persona topics_list.tpl for more info
10 years ago
Barış Soner Uşaklı 41db2dcd14 removed idle added recent tags presence info 10 years ago
barisusakli 77e956861a #2486
various fixes for socket.io cluster
display user presence correctly
10 years ago
Julian Lam d95f5a9ae0 added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt, #2463 10 years ago
Julian Lam 202789fa8d added back category creation, #2463 10 years ago
Julian Lam e340b9fffe fixed save/delete/purge in category ACP, #2463 10 years ago
Julian Lam 7cdfe143ab fixed bug where cid was hardcoded, and switched format back to storing group names, not slugs, #2887 10 years ago
Julian Lam 60b19a9d62 Merge remote-tracking branch 'origin/master' into categories_revamp 10 years ago
Julian Lam 9dece4a1db added some missing files from previous commits, fixed setParent mechanic which broke after I refactored, #2463 10 years ago
Barış Soner Uşaklı 4a18a041c9 #2894 no need to remove if there are no new posts 10 years ago
Julian Lam 25cb1f9284 Merge remote-tracking branch 'origin/master' into categories_revamp 10 years ago
Barış Soner Uşaklı 36942125e6 closes #2894
also mark user online if they post a reply
10 years ago
Julian Lam 9b84a887d3 a huge frickin' number of changes for #2887. This is part of #2463 10 years ago
Julian Lam 815ea88fa5 readded some missing classes, fixed some styling on category.tpl, fixed image uploading code 10 years ago
Julian Lam a1621145d5 Merge branch 'master' into categories_revamp
Conflicts:
	public/less/admin/admin.less
	public/src/admin/manage/categories.js
	src/controllers/admin.js
	src/views/admin/manage/categories.tpl
	src/views/config.json
10 years ago
Barış Soner Uşaklı f928b87997 use component, add user.watch title 10 years ago
psychobunny 11710987a4 fixed navigator pagination 10 years ago
psychobunny d39c2924e4 found a rogue topic class selector 10 years ago
psychobunny 705111a1d9 chat/icon component 10 years ago
psychobunny 7c9e76132d topic/follow component fix 10 years ago
psychobunny 4ec43f662c don't actually need to restart nodebb to apply skins 10 years ago
barisusakli 6b950d0596 fix endsWith if check 10 years ago
barisusakli 810d3be512 closes #2593 10 years ago
barisusakli 4c31535c4b closes #2799 10 years ago
barisusakli 38726243fe closes #2879 10 years ago
Barış Soner Uşaklı 027f9e5a83 dont need start time anymore 10 years ago
Barış Soner Uşaklı b1478ad5da dont add events multiple timest to #content 10 years ago
psychobunny bc056f0724 can remove this line as well 10 years ago
psychobunny 5d7ce0011a no need for setTimeout in ajaxify 10 years ago
psychobunny 87ffc2cff9 topic/pinned and topic/locked components 10 years ago
psychobunny 4ca6364dd4 removed .category-item selectors 10 years ago
psychobunny 10eb617c6d category and category/topic components; removed #topic-container selectors 10 years ago
Barış Soner Uşaklı 0cc900bdcf closes #2878 10 years ago
barisusakli a1b6019efe disable/enable reply buttons on lock/unlock 10 years ago
barisusakli 783bcb9bd6 some component fixes closes #2881 10 years ago
barisusakli 5bc2e7dac2 closes #2309 10 years ago
psychobunny 41f5afa887 fix for post-bar reply button 10 years ago
psychobunny 721ee09b19 removed deprecation notice 10 years ago
psychobunny e9d9e14eb4 components - fixed a bug with bottom post bar now showing up 10 years ago
psychobunny 3ed3612047 file upload with spaces / general file upload fix wrt ajaxiy 10 years ago
psychobunny 075611ca4b Merge remote-tracking branch 'origin/master' into persona 10 years ago
psychobunny adbbbb3602 decided to go ahead and deprecate this for 0.7x instead of post-0.7x 10 years ago
psychobunny 2e33f1d400 navbar/title component 10 years ago
Barış Soner Uşaklı 37fe438c63 reset fix for t.js bug :rage3: 10 years ago
psychobunny 5e39d8df33 thread tools components 10 years ago
psychobunny fffed29913 post/favourite-count component 10 years ago
psychobunny c2a5169625 post/votes component, user/reputation component 10 years ago
psychobunny e06e1dccb6 topic/browsing/list and topic/browsing/count components 10 years ago
psychobunny b9dd994a56 user/postcount component 10 years ago
psychobunny 10b9919a49 removed some possibly antiquated privs code 10 years ago
psychobunny f8af900415 post button components 10 years ago
psychobunny 1d53365707 post/reply component 10 years ago
psychobunny a740e8e98f post/header component 10 years ago
psychobunny 61db112942 topic/follow component 10 years ago
psychobunny ec079afab1 post/content component 10 years ago
psychobunny 855e43ea12 deprecation notices 10 years ago
psychobunny 0c4ffafca3 topic buttons are now components 10 years ago
psychobunny 15b54d6e43 removed more .post-row selectors 10 years ago
psychobunny 51745568df removed the rest of the .post-row selectors in favour for components system 10 years ago
psychobunny 901cb92941 if no args, get all components of that type 10 years ago
psychobunny 567d171d2f jshint 10 years ago
psychobunny e3899f9535 Merge remote-tracking branch 'origin/master' into persona 10 years ago
psychobunny 6439147586 updated core to point #post_container and .post-row to its respective components 10 years ago
psychobunny 8fcdae7f17 get a post component by any of its attributes 10 years ago
psychobunny 1df20465ed fixes to components; added post component 10 years ago
psychobunny 5727658976 wrapper for grabbing components without modifiers 10 years ago
psychobunny eba0f32913 post/anchor component 10 years ago
psychobunny d347e88361 post/header component 10 years ago
psychobunny 54cbbe2844 components system 10 years ago
Julian Lam 406126536a missing semicolon 10 years ago
Julian Lam 9fc97ce92d fixing handleACPRedirect on subfolder installs 10 years ago
psychobunny e08f34e79d function.generateTopicClass 10 years ago
psychobunny 412c5360a6 allow timeago to be cast on other elements as well, ex. small 10 years ago
psychobunny 82ac542f55 helpers.generateCategoryBackground 10 years ago
barisusakli a73f34df4a no need for ajaxify.end listener 10 years ago
barisusakli c448c8cc8c closes #2864 10 years ago
Barış Soner Uşaklı 89333ab339 closes #2824 doggy.gif 10 years ago
psychobunny f7f048f06a when toggling composer preview, autofocus on composer 10 years ago
barisusakli e6c0794061 create tooltips for users on widgets 10 years ago
barisusakli d3b2742da0 closes #2746 closes #2747 10 years ago
barisusakli 2f688136d1 closes #2852 10 years ago
barisusakli b37bcc6dfe closes #2853 10 years ago
psychobunny dfe48fffb1 composer fixes when resizing window horizontally 10 years ago
barisusakli e9f82b7eee updated isLatin check doggy.gif 10 years ago
barisusakli 67b7ecf4df Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
barisusakli dd06e8d7d8 return early if falsy 10 years ago
psychobunny 2f05ec7de0 closes #2839 and #2840 10 years ago
barisusakli fd1b7bbd3a fix redirection 10 years ago
barisusakli f89741636c return false to prevent default 10 years ago
barisusakli ca31ac882c added return true/false 10 years ago
barisusakli 076931d5b5 fix search tooltip 10 years ago
psychobunny 8d313d2f16 return composing state to normal after discard/posting 10 years ago
psychobunny 9262c8b9f6 after selecting a category in composer, auto-select the next field 10 years ago
psychobunny 83f89e9537 made action bar button less restrictive 10 years ago
psychobunny 31368ac974 on mobile, resize composer textarea as you type so it doesn't constrain the editable view 10 years ago
psychobunny 7227dfd704 add composing mobile classes if composing on mobile 10 years ago
psychobunny 7282bbafb2 removing composer-mobile.tpl
was totally a bad idea.
10 years ago
Barış Soner Uşaklı 9d0b4f5841 app.showEmailConfirmWarning :dull: 10 years ago
Barış Soner Uşaklı 940c33c426 fix js error removed dupe code 10 years ago
Barış Soner Uşaklı abd3979fb3 closes #2465 10 years ago
psychobunny eb733fdb6f toggle preview button on composer 10 years ago
Barış Soner Uşaklı 8484c7c51a closes #2850 10 years ago
Julian Lam 40763d2ae7 #2849 again 10 years ago
Julian Lam 57a64870fd actually fixing #2849 10 years ago
Julian Lam e8167a80a0 if bgColor and color are not sent in the category creation call, automatic colours are supplied 10 years ago
psychobunny daf9999a29 prevent composer from going too low 10 years ago
Julian Lam 2a80140e70 fixed issue where socket.io would no longer reconnect perpetually, new behaviour waits 10x the reconnect delay, and then starts over. Also upped the reconnection delay default to 1.5s. 10 years ago
psychobunny 6059165a54 if composer:resizePercentage hasn't been set, default to half the page 10 years ago
psychobunny 0913dbbade added a border effect on max'd composer 10 years ago
psychobunny 3b5b87c14e Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny 49a173bdf0 last bit of fixes to composer 10 years ago
psychobunny bc9d7f2922 fix so that mouse is always on the handle 10 years ago
psychobunny 5b56157403 composer refactor part 1
removed lots of hardcoded values; used translate 3d instead of height
for smoother dragging; various optimizations; snap to top functionality
10 years ago
psychobunny bd99124fb9 refactored write preview code 10 years ago
psychobunny da758c429a remove hardcoded z-index; give composer a "maximized" class if maximized 10 years ago
Julian Lam bbbb362125 not referencing parent scope when inside BEGIN in widgets tpl 10 years ago
psychobunny b56e862838 removed hardcoded fa-chevron icons from client js 10 years ago
psychobunny 7890c59dc5 Merge remote-tracking branch 'origin/master' into composer-redesign 10 years ago
Barış Soner Uşaklı 53e0615df7 removed path use external 10 years ago
Barış Soner Uşaklı 4d45a81fdb closes #2383 10 years ago
psychobunny 1ec1c5a366 fixes composer maximizing 10 years ago
psychobunny fcc8093fa6 #1642 show discard prompt 10 years ago
psychobunny e47c375e69 closes #1642 10 years ago
Julian Lam 4360069859 fixing buttons on mobile composer, and updating format so tags button only appears on mobile 10 years ago
barisusakli e5dc408ef5 change current page after ajaxify:start event 10 years ago
barisusakli dc94fe2b6c move admin upload routes to api namespace
move usrrs/csv to api namespace
10 years ago
barisusakli f87f797bed dont keep window.location.search on regular ajaxify 10 years ago
Mega 42eadc72a4 Click on "Delete" btn in ACP > General > Navigation causes redirect. 10 years ago
barisusakli 289474edf7 closes #2827 10 years ago
barisusakli 63a6702285 removed whitespace 10 years ago
barisusakli 23a6b33f64 not used 10 years ago
barisusakli c15a289d2a fix check 10 years ago
barisusakli 2a8437f08f removed templates config and mapping 🐑 10 years ago
Barış Soner Uşaklı f7d7cc2610 closes #2808 10 years ago
Barış Soner Uşaklı 607535b37e closes #2823 10 years ago
yariplus 1102f40873 Add object setting plugin
Allows objects to be added to a plugin's settings using a tag with a JSON-like syntax in data-attributes.
A complex object can be created by using an array or another object as a parent, the object will be added to the parent array or the parent object's declared property instead of as it's own data-key.
10 years ago
psychobunny 9bf55c96d2 closes #2818 10 years ago
Julian Lam d7cd936b54 added preserveCase option to slugify 10 years ago
psychobunny 8c79e11dae properly fixes #2782 10 years ago
Barış Soner Uşaklı cd1d287a46 fix new posts appearing out of order 10 years ago
Barış Soner Uşaklı 8b21f1c8ab dont reload settings page on every save
only show an alert if reload is required
renamed settings.language to settings.userLang to match the config
10 years ago
barisusakli 01b012d89d #1642 10 years ago
barisusakli 2c2586b578 closes #2271 10 years ago
psychobunny 332d4346ba fixed disable toggle for nav 10 years ago
psychobunny a59b932020 displayUsersLink deprecated 10 years ago
psychobunny cfd66e5dd4 fixes #2795 10 years ago
barisusakli f7f453f8cd closes #2794 10 years ago
psychobunny 046bcef800 fixes #2782 10 years ago
Julian Lam 6a32a0f399 closes #2775 10 years ago
Julian Lam a3bc5d2037 fixing bug where the nav dropdown didn't close when a chat was opened 10 years ago
Julian Lam 5173fd7138 #2796 10 years ago
Julian Lam a2c6f58782 fixed issue where an updated alert didn't contain changes to the clickfn, closes #2798 10 years ago
Julian Lam 339619fc9d #2799 10 years ago
Julian Lam 00f3084b8e closes #2792, closes #2791, closes #2788, closes #2787, closes #2786, closes #2785, closes #2784, closes #2783
Squashed commit of the following:

commit ca5064a4effa3904ce936b521b169bba8d24f1a1
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:19:32 2015 -0500

    Revert "added ajaxify popstate cache, so back/forward will just put back the already loaded page"

    This reverts commit 77d154bb8b.

commit ae07fc56c156074de8048bb627f5d9be849c8ad1
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:19:24 2015 -0500

    Revert "on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues"

    This reverts commit d8c9ec0d40.

    Conflicts:
    	public/src/client/unread.js

commit 96ee3631d7e4e1fc2c1b7632d86684fecd1e430f
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:18:25 2015 -0500

    Revert "actually fixed isPopState error"

    This reverts commit e6701c5a1f.
10 years ago
psychobunny 32ce785e5a somebody was trying to save trees by reducing whitespace
burn the trees
10 years ago
psychobunny 26245133f3 linted client-side core modules 10 years ago
psychobunny 241f5b0224 linted client side modules 10 years ago
psychobunny cb1e2c9fef linting client side modules 10 years ago
psychobunny c3541dbc95 linting acp 10 years ago
psychobunny f6d90782a8 hinting 10 years ago
psychobunny c1b45bc0ea #2779 when duplicating categories, rename category:name to indicate it is duplicate
otherwise :rage1: when somebody deletes the wrong category
10 years ago
psychobunny 5020e864fc #2779 also copy icon 10 years ago
psychobunny 59d176fa7b closes #2779 10 years ago
barisusakli a0c3ddc555 fix navigator 10 years ago
psychobunny b1f835b053 Merge remote-tracking branch 'origin/master' into sortable-menu 10 years ago
psychobunny 2b57ef3d4b fixed a bug with draggable 10 years ago
psychobunny 2ff59278c9 navigation cleanup 10 years ago
psychobunny aa58302a27 type check before escape/unescape 10 years ago
psychobunny 1774cf0b15 allow language strings in menu items 10 years ago
psychobunny be06162f0d translator.unescape 10 years ago
psychobunny 33e4a2f1ec translator.escape 10 years ago
psychobunny 6c0efa09c0 bugfix 10 years ago
psychobunny d806cd134f sortable menus, done 10 years ago
psychobunny 809ed255d1 drag & drop routes 10 years ago
Julian Lam f00589c8ba removing 'see all chats' from chats list, as it is in menu.tpl now 10 years ago
Julian Lam ec075ca608 suppressing alertSuccess when clicking into topics from unread page 10 years ago
psychobunny afc690d67b upon saving, copy over route properties from defaults 10 years ago
psychobunny a9f175a2bb ability to sort navigation 10 years ago
psychobunny a2e3179ea4 nav - enable / disable 10 years ago
psychobunny 1ae0a8a1bf typo 10 years ago
psychobunny c3701bcea7 loading and saving navigation 10 years ago
Julian Lam e6701c5a1f actually fixed isPopState error 10 years ago
Julian Lam d8c9ec0d40 on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues 10 years ago
Julian Lam 77d154bb8b added ajaxify popstate cache, so back/forward will just put back the already loaded page 10 years ago
Barış Soner Uşaklı 094cd6df32 closes #2777 10 years ago
psychobunny 40008a9e85 Merge remote-tracking branch 'origin/master' into sortable-menu 10 years ago
psychobunny 6cea047518 loading navigation, complete 10 years ago
Julian Lam 3202a52a61 refactored notif dropdown, #2771 10 years ago
psychobunny ecad9d54ed tjs 0.1.19 for undefined key cleanups 10 years ago
psychobunny 6dacaf6bb5 helpers.displayMenuItem 10 years ago
Julian Lam 29873f1c5c removed unused .getAll method, and sorting notifications client-side so that unread notifs don't all appear at the top, #2772 10 years ago
Julian Lam ade12116a1 closed #2766 10 years ago
Julian Lam 948cd22e9c triggering full-screen composer on short viewports as well as narrow, #2763 10 years ago
barisusakli 9084ee2d7e cleanup popular.js 10 years ago
Julian Lam 89bf036262 fixing crash when utils.slugify is called with a null value 10 years ago
psychobunny 7fe8180cf4 Merge remote-tracking branch 'origin/master' into grunt-dev 10 years ago
barisusakli acc3c6a0a5 closes #2762 10 years ago
psychobunny 01c15b8884 Merge remote-tracking branch 'origin/master' into grunt-dev 10 years ago
psychobunny ab2315f3de #2751 10 years ago
Julian Lam 3e3fff9fe8 hooking up accept/reject invite, #2758 10 years ago
Julian Lam 03e39f7b9b isInvited mechanic for #2758 10 years ago
Barış Soner Uşaklı 66d6c49ed4 closes #2749 10 years ago
psychobunny ee377b160e #2751 fixes syntax error on acp/ajaxify 10 years ago
Barış Soner Uşaklı 1d5e15eab4 closes #2560 10 years ago
Barış Soner Uşaklı 53db052cca timeago widgets 10 years ago
psychobunny cb7c318377 closes #2751 10 years ago
psychobunny f5eaa08340 fixed complications with deleted id's 10 years ago
psychobunny def57d2926 don't rely on client side to increment id (duh) 10 years ago
psychobunny bb35950a5a rewards acp - ability to set amount of times a user can claim reward 10 years ago
psychobunny fbbd405b00 even:alert socket call -> app.alert 10 years ago
psychobunny 332110b8e2 bugfix 10 years ago
psychobunny 5fcbffe652 fixed delegate syntax 10 years ago
psychobunny 1998f102d6 using tjs to load new lines instead of cloning 10 years ago
psychobunny 09086f7d30 deleting rewards 10 years ago
psychobunny c844400ab9 cleanup and fix for adding new rewards 10 years ago
psychobunny 5f54de3b37 successfully got loading and saving of rewards working 10 years ago
psychobunny e5115c0cf2 differentiate between rid and id 10 years ago
psychobunny 67b693cd3a pass in expected format of active rewards 10 years ago
psychobunny cd26f5d06d passing in values for saving rewards 10 years ago
psychobunny 91c02d4e29 ditching rewardID in favour of verbose id's 10 years ago
psychobunny 2cc6f0c507 fixed disable logic 10 years ago
psychobunny 4acf8cafee rewards: adding new rows 10 years ago
psychobunny 029ae11ed5 rewards - cleanup 10 years ago
psychobunny 3ca11c1947 rewards: disable / delete 10 years ago
psychobunny 4145046e02 rewards: got everything loading 10 years ago
psychobunny 9291ec64f9 styling 10 years ago
Julian Lam 82543bdeee fixed #2744 10 years ago
psychobunny d9bd7a400d minor styling 10 years ago
psychobunny 4f53bd59be rewards - got custom inputs loading 10 years ago
Julian Lam 58094d2b3b removed console logs, and requiring markdown 1.0.0 plugin 10 years ago
psychobunny 94c1c2d547 fixed loading mock data 10 years ago
Julian Lam ceb18fe73d added new hook and method for plugins to introduce their own formatting options, #2743 10 years ago
Barış Soner Uşaklı c3a51033a8 removed utils.getQueryParams() use utils.params() 10 years ago
psychobunny 2bebac964e loading mock data 10 years ago
Barış Soner Uşaklı 743cd20441 closes #2267 10 years ago
Julian Lam 350acde379 ability to mark a notification read/unread from dropdown list, made styling less bootstrap-locked, using FA icon in theme instead of hardcoded in template 10 years ago
Barış Soner Uşaklı 8eb45fc80a dont remove self from browsing 10 years ago
barisusakli 364ed641dd truncateUserList on search 10 years ago
barisusakli aa94dafac1 closes #725 10 years ago
Julian Lam 6a69fcd4cd fixes #2665 10 years ago
Julian Lam 502e806f88 fixed #2732 -- group creation now using language keys, and no longer succeeds if a group by the name of 'guest' is created. 10 years ago
barisusakli 60efeb8561 fix nid 10 years ago
barisusakli 31a44a9982 dont use fa icon 10 years ago
Barış Soner Uşaklı 25b25319f1 Merge pull request #2727 from yariplus/fixselects
Fix select and select multiple loading/saving on widget ACP.
10 years ago
psychobunny 540facaaab try #2 (I give up, grunt-watch seems so unpredictable... on windows anyways) 10 years ago
barisusakli 75657605ad fix typo in search 10 years ago
barisusakli fbcc7c4bc3 closes #2634 10 years ago
Barış Soner Uşaklı 276cd51836 closes #2467 10 years ago
Barış Soner Uşaklı bd553eb05d closes #2002 10 years ago
Barış Soner Uşaklı fe1f4f84ec Merge pull request #2682 from MegaGM/action.posts.loaded
Change argument in action:posts.loaded
10 years ago
Mega 16c5c18165 Update arguments in action:posts.loaded 10 years ago
yariplus c3f0f52757 Fix select and select multiple loading/saving on widget ACP. 10 years ago
barisusakli 16be6d3382 increase group search results to 20 items 10 years ago
Barış Soner Uşaklı 0421b6ef06 closes #2639 10 years ago
barisusakli 5dfafff421 call callback on password update 10 years ago
barisusakli 06b2a6ff68 closes #2717 10 years ago
Barış Soner Uşaklı 3293436867 closes #2640 10 years ago
Barış Soner Uşaklı 7d963e52cf closes #2686 10 years ago
Barış Soner Uşaklı d20628a8d4 closes #2539 10 years ago
Julian Lam 8a581ed1dd fixes #2711 :rage2: 10 years ago
Julian Lam 0c5c0bf08a making userRow selector less specific, in group details.js 10 years ago
Timothy Fike a0e98d5957 Make widget headers clickable anywhere. 10 years ago
Julian Lam f16c37eeaf #2692 10 years ago
Julian Lam 57d45518bd added a preventDefault when href="#" or data-ajaxify="false", so page doesn't send user back to top (which is kind of annoying), but not sure if this may introduce side-effects. @barisusakli @psychobunny 10 years ago
barisusakli 6cd615ee45 dont add post/topic query params if searching for users/tags 10 years ago
Barış Soner Uşaklı c98720ee4c show results as WIP 10 years ago
Barış Soner Uşaklı be92f07ab9 save/clear search preferences 10 years ago
Julian Lam 1843d0364e closed #2708 10 years ago
barisusakli 7f6518e4a6 private plugin link fix 10 years ago
barisusakli 138a13f1b2 dont crash if searchQuery is falsy 10 years ago
barisusakli d96e4ec22a fix category filter and pagination, strip marquee 10 years ago
barisusakli 4d34241072 missing semicolon 10 years ago
barisusakli eff1256dfb search sort, search in posts, titles, posts& titles 10 years ago
Julian Lam 957415463f Merge branch '0.7.0'
Conflicts:
	package.json
	src/search.js
10 years ago
barisusakli 38dd3d4281 search newer/older than and better pagination 10 years ago
barisusakli d65546a34d search form fix 10 years ago
barisusakli 9487f3a028 qs module changes categories param 10 years ago
barisusakli 161b934827 reply count filter atleast/atmost 10 years ago
barisusakli def600e927 search in categories and children 10 years ago
Barış Soner Uşaklı ff5f3b264a Merge pull request #2547 from Alpacatty/patch-1
fix generated widgets areas glitching on small screens
10 years ago
barisusakli 845b97687a removed strict li selector 10 years ago
barisusakli 255f50343c closes #2685 10 years ago
Barış Soner Uşaklı a0d70b48db Merge pull request #2675 from MegaGM/actionposts.edited
Added data argument to action:posts.edited hook
10 years ago
barisusakli cc2ab12f29 removed bans from downvotes and flags
cleanup thread tools emits
10 years ago
Julian Lam 1b00d0f739 fixed #2670 10 years ago
barisusakli 6a837632fa fix first post loading when pagination is enabled 10 years ago
Mega df0e924714 Change argument in action:posts.loaded 10 years ago
barisusakli 0bfa8d337a removed console.logs 10 years ago
barisusakli 2c8e8a1f1c closes #2550, closes #2518 10 years ago
Mega 2f19f4106a Added data argument to action:posts.edited hook 10 years ago
Julian Lam 904daf7776 Merge branch 'master' into 0.7.0 10 years ago
Julian Lam 79083004e4 added missing file 10 years ago
barisusakli f988959989 Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
barisusakli dc0229fc73 closes #2677 10 years ago
Mega c16689503d Added as argument post id in action:posts.edited 10 years ago
barisusakli b3a968e006 merge 10 years ago
Julian Lam e4e9020e1f added groups page to user profile 10 years ago
barisusakli c8f87e5d36 removed console.log 10 years ago
Julian Lam 4a7ec3ccc6 added groups page to user profile 10 years ago
psychobunny 4f5918390a if user search is blank, return all users 10 years ago
barisusakli 60e052e788 closes #2674 10 years ago
Julian Lam 77a9c7c195 Merge branch 'master' into 0.7.0 10 years ago
Julian Lam f753cfb1c9 search on grop sort change too 10 years ago
Julian Lam b052ed3504 searching on keyup instead of enter key 10 years ago
Julian Lam 6ebc048f1f searching on keyup instead of enter key 10 years ago
barisusakli e16cfa396b Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
Julian Lam 8bc2d97352 stringify helper for t.js 10 years ago
barisusakli aaa1fae558 closes #2597 10 years ago
barisusakli 60fecdbdf8 Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
barisusakli ed714cdf77 user search paginator 10 years ago
barisusakli 98ff75b9c3 closes #2581 10 years ago
Julian Lam aabfeba38d Merge branch 'master' into 0.7.0
Conflicts:
	src/user.js
10 years ago
Julian Lam 63eeee4394 fixed issue where hitting enter while searching for groups would cause the page to reload. 10 years ago
psychobunny 5a3c056759 removing li specific selector 10 years ago
psychobunny 370a60c14f potential bug @barisusakli I think you changed this, just pinging you in case 10 years ago
barisusakli 0dc0c39f48 removed li selector 10 years ago
barisusakli ddee93beab Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
Julian Lam a3cadff1d3 updated settings module (v2) to fix multiple selects and checkboxes using name instead of id, which isn't always guaranteed to be set. 10 years ago
Julian Lam d096a639d6 fixed #2657 -- there's a slight chance this might break other ACP pages, but my limited testing tells me it is ok so far 10 years ago
Julian Lam d102ff0704 fixed #2656 10 years ago
barisusakli 20a2262e43 Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
barisusakli 288d507eb6 pass the loaded pids to action:posts.loaded 10 years ago
Julian Lam 4c927060d9 Merge branch 'master' into 0.7.0 10 years ago
Julian Lam a526577927 only attempt to remove address bar if current position is at the top of screen 10 years ago
Julian Lam 72f28b7b38 closed #2641 10 years ago
Julian Lam d2217b8137 closed #2641 10 years ago
Julian Lam 0d8dcbf734 Merge branch 'master' into 0.7.0 10 years ago
Julian Lam 4a3255d4fd search sorting 10 years ago
Julian Lam be30dcc2d0 Merge branch 'master' into 0.7.0
Conflicts:
	public/src/client/groups/list.js
10 years ago
Julian Lam af1fa11606 rejigged search so it grabs the values on method execution, instead of being passed in 10 years ago
barisusakli 5fe69e0386 input selector 10 years ago
Julian Lam 4072172c8e companion commit to nodebb/nodebb-theme-vanilla@0d17032 10 years ago
Julian Lam 2917304f6c companion commit to nodebb/nodebb-theme-vanilla@0d17032 10 years ago
barisusakli c20a848c7f removed console.logs 10 years ago
Julian Lam 69ee2c1d07 Merge branch 'master' into 0.7.0 10 years ago
Julian Lam ba1260923f companion to nodebb/nodebb-theme-vanilla@ad953f2 10 years ago
Julian Lam d4779c8c0a Merge branch 'master' into 0.7.0 10 years ago
Julian Lam 6502dd2561 group searching 10 years ago
Julian Lam 093e499bf8 defining module name in iconSelect module 10 years ago
Julian Lam 56200b0fdf defining module name in iconSelect module 10 years ago
barisusakli ea3d7d610a Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
barisusakli 2f955c3af4 getUpvoters works with array 10 years ago
barisusakli cb5ee2a141 closes #2632 10 years ago
Julian Lam 99dc37bd9c removed relativeTime util method, utils.js better be a C now. 10 years ago
barisusakli a926a11e70 fix redirection when saving groups 10 years ago
Julian Lam 1e57c5d001 linting 10 years ago
Julian Lam e5a33539d2 updated globals for jslint 10 years ago
Julian Lam c026a64e8e adding concept of group slugs, #2588. ping @barisusakli for downstream plugin changes 10 years ago
Julian Lam 4317b3c872 fixing more exposed XSS outlets in groups frontend 10 years ago
barisusakli 0741f00e4f Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
barisusakli f67053df52 figure out pathname, dont crash if callback isnt supplied 10 years ago
barisusakli b333653464 prevent js crash if responseJSON is undefined 10 years ago
Julian Lam 577a646adc this should appease @barisusakli 10 years ago
barisusakli 429c4022f0 closes #2561 10 years ago
Julian Lam 36a49cd994 guests can no longer attempt to join a group, #2588 10 years ago
barisusakli fd2edcaf6f closes #2594 10 years ago
barisusakli f2bfb4c0d1 removed following count hide 10 years ago
barisusakli a9bf9745b6 removed unused yourid 10 years ago
barisusakli 82c4488505 remove console.log fix typos 10 years ago
barisusakli 6ccdf187ea closes #2595 10 years ago
Julian Lam 50ac813388 Merge branch 'private-groups', closed #2588 10 years ago
Julian Lam b3b3300bd6 fixing bug with checkboxes, #2588 10 years ago
barisusakli be8385e8dc fix else if style 10 years ago
Julian Lam de58f4ff6b hiding group admin and cover photo controls from non-owners, #2588 10 years ago
Julian Lam 710df626b5 removed join/view buttons from group list, made cover clickable, #2588 10 years ago
Julian Lam 203a15204e bugfixes to cover photo, #2588 10 years ago
Julian Lam 675968f0f3 cover photo for groups, #2588 10 years ago
barisusakli 5a940778ee closes #2603 10 years ago
barisusakli 7a7aeb131e use tpl_url 10 years ago
barisusakli 02dbce57fb relative path fix missing ; 10 years ago
barisusakli 200f74f1c7 closes #2592 10 years ago
barisusakli bbfec7d443 fix post index parse 10 years ago
barisusakli 456b844e61 closes #2596 10 years ago
barisusakli 08c1dad3ee topics.isFollowing works with multiple tids now 10 years ago
barisusakli f417e07b9d user search changes 10 years ago
Julian Lam 612b8f01b6 Merge remote-tracking branch 'origin/master' into private-groups 10 years ago
Julian Lam 635393a274 group creation and deletion from outside ACP, #2588 10 years ago
Julian Lam 765975e667 ACP groups delete calls generic groups socket listener now, #2588 10 years ago
Julian Lam 240056d169 added icon container styles back to ACP, proper hooking-up of iconSelect module in group settings panel, #2588 10 years ago
Julian Lam 69ed8ac45d icon selection interface -- moved iconSelect module out of admin space, #2588 10 years ago
barisusakli 0305ad989c match uploader return 10 years ago
barisusakli f74383bba4 changed userPhoto to files[] 10 years ago
barisusakli 5414c268a0 sort numerically 10 years ago
psychobunny a7d73d4106 fixes adding new routes to user/xxx/route 10 years ago
Julian Lam 311d02dbe1 removed console log 10 years ago
Julian Lam b4731ad47b added colorpicker to frontend, badge colour changes for groups, #2588 10 years ago
Julian Lam 84c19921b9 newly created groups automatically assign the creator as the owner, some tweaks to isPrivate parsing, added groups link to header, #2588 10 years ago
Julian Lam 96c37c25b0 join, leave, accept, reject: handlers + UI, #2588 10 years ago
Julian Lam 71b41239ac attempting to join a private group causes the join to be pending, #2588 10 years ago
barisusakli db1cc6b8d2 search by fullname 10 years ago
Julian Lam a5d7fee623 Merge remote-tracking branch 'origin/master' into private-groups 10 years ago
Julian Lam bb0b6d9db4 using 'invisible' class instead of 'hidden', #2588 10 years ago
Julian Lam d747ce5760 granting and rescinding ownership, #2588 10 years ago
Julian Lam 9fa3675424 added methods and socket listeners for group joining and leaving, #2588 10 years ago
Julian Lam 501935d359 updated helper loading so it loads all helpers in helpers local var, #2588 10 years ago
barisusakli a77a761433 closes #1917 10 years ago
psychobunny 52cf224e5a translator.getTranslations & bug fix 10 years ago
psychobunny 5ee0ed401f fixed ajaxify's redirecting to external URLs.. well fixed redirecting in general 10 years ago
barisusakli ce9c17f8e5 ability to search posts by user 10 years ago
Julian Lam b685194dae updated helper loading so it loads all helpers in helpers local var 10 years ago
Julian Lam aa62c52580 closed #2583 10 years ago
barisusakli 60f1b9679a search filters 10 years ago
Julian Lam 9b8cc9fe6c partial revert of 659d0f68cb, #2417 10 years ago
Julian Lam 835886998b having composer/resize call findBootstrapEnvironment only on the first resize method call, and not right when library is required, #2417 10 years ago
Julian Lam 428a431164 Revert "wrapping findBootstrapEnvironment so that it doesn't run before the DOM is ready #2417"
This reverts commit e42365f7c1.
10 years ago
Julian Lam e42365f7c1 wrapping findBootstrapEnvironment so that it doesn't run before the DOM is ready #2417 10 years ago
Julian Lam 659d0f68cb possibly fixing issue where mobile composer textarea is not properly sized when initially opened. Sort of related to #2417 10 years ago
psychobunny 3da6466045 I thought I was on holiday (fixes infinite loop on language calls) 10 years ago
Julian Lam 02e0d4635b icon mgmt for #2463 10 years ago
Julian Lam dfe8e8de70 image uploading for categories, #2463 10 years ago
Julian Lam ad723e2943 Merge branch 'master' into categories_revamp
Conflicts:
	src/views/admin/partials/menu.tpl
10 years ago
Julian Lam 1ddb90720c Merge branch 'guest-handles' 10 years ago
Julian Lam 23b9b21cdd better handling of guest handles in frontend, #2569 10 years ago
Julian Lam 9befa6aca7 proper handling of post editing, integration with ACP toggle, #2569 10 years ago
barisusakli 6d31fee3f5 closes #2564
change user.search to accept params
can search substr with startsWith:false
no infinite scroll on admin user search page
10 years ago
Julian Lam 325815a78d showing guest handles in frontend UI #2569 10 years ago
Julian Lam 7dc309fc16 template in composer #2569 10 years ago
Julian Lam 1186bff890 category edit page, #2463 10 years ago
Julian Lam 84e90cd73d category enable/disabled #2463 10 years ago
Julian Lam 6b95b28db7 drag/drop re-ordering fixed in ACP, #2463 10 years ago
Julian Lam c98331de82 revamping categories management page in ACP, #2463 10 years ago
barisusakli 9170ee831a reset search on tags page if input is empty 10 years ago
barisusakli 4b1b98e229 handle changePicture callback properly 11 years ago
A Catty Alpaca f0ed816edb fix generated widgets areas glitching on small screens
because columns should always be in rows
11 years ago
barisusakli 2f8e6a1f2b closes #2458 11 years ago
barisusakli 2ea5f85d9b closes #2481 11 years ago
barisusakli e6b4a45cda closes #2531 11 years ago
barisusakli 3bdb98e747 closes #2530 11 years ago
barisusakli 712d5bce5b show 24 hours in traffic graph 11 years ago
barisusakli 94cf29d42c show monthly page views 11 years ago
barisusakli 1424acc88e fix reconnection for socket.io 1.x 11 years ago
barisusakli 8ed06eb773 closes #2528 11 years ago
barisusakli 04084807c2 removed app.loadConfig 11 years ago
barisusakli 7ec8393004 closes #2532 11 years ago
barisusakli acf1b76da8 reconnectionAttemps in socket.io 1.0x
https://github.com/automattic/socket.io-client#managerurlstring-optsobject
11 years ago
barisusakli 76480d4d31 app.user undefined on cold load 11 years ago
barisusakli 5bf46864ed removed global admin object, CF rocket loader fix
added colorpicker module
11 years ago
barisusakli 2c7d9e1a7c store teaserPid in topic
-update teaser pid as necessary in addPostToTopic, removePostFromTopic,
post purge
-removed 20x db calls from getTeasers
-fixed scroll to post in sub folder install
-upgrade script to update topics with teaserPid
11 years ago
barisusakli 646c5705cf no need to make call for guests 11 years ago
barisusakli 2e04501224 closes #2516 11 years ago
barisusakli 81a5a4cfe0 removed global var 11 years ago
barisusakli 8bee231d80 show validation errors on register 11 years ago
Julian Lam b278f27ffe partial fix to #2509 11 years ago
psychobunny e3e737458e linting 11 years ago
psychobunny beaa52fff5 acp - if bs env < lg + content is long (ex plugins list) then duplicate sidebar menu on header + footer; closes #2510 11 years ago
barisusakli 79f3659e55 reconnectionDelay 11 years ago
barisusakli 99e774d196 socket.socket.disconnect doens't exist in 1.x 11 years ago
Julian Lam 2de108153f closed #2464 11 years ago
Julian Lam fb6026f95f fixed issue where logging out via ACP caused CSRF error 11 years ago
barisusakli e18ad61ff6 fix login maybe? 11 years ago
barisusakli 7ae7c50f56 app.user 11 years ago
barisusakli 28ed49a1d2 removed android check 11 years ago
psychobunny 113d35887c moved admin.getVoters to posts.getVoters; now getVoters modal can be accessed by moderators as well 11 years ago
barisusakli 612aa4e55b closes #2491 11 years ago
barisusakli ddd6ed9e8c #2477 403 page 11 years ago
barisusakli be11577aa4 closes #2477 11 years ago
psychobunny 12e00ec497 hinting 11 years ago
psychobunny 77d0b095c8 closes #2488 11 years ago
barisusakli 3a0b92a0e4 fix path for socket.io subfolder install 11 years ago
barisusakli 46e022e97f closes #2483 11 years ago
barisusakli 510343b9d5 dont markAsRead for guests 11 years ago
barisusakli f9405c0423 closes #2440 11 years ago
barisusakli ab2580cc5f fix human readable post count in topics 11 years ago
Julian Lam 1b526026a0 closed #2442 11 years ago
Julian Lam 1c21ca78dc preventing ctrl-f hijacking if no search plugin is installed 11 years ago
Julian Lam fa39b5e46b closed #2446 11 years ago
Julian Lam f5fce863f9 plugin warnings for v0.5.4+ when installing plugins with no suggested version, #2438 11 years ago
barisusakli 1ea295ed1b #2449 11 years ago
barisusakli e1758e0c36 closes #2449 11 years ago
Barış Soner Uşaklı 2086ddf386 closes #2444 11 years ago
Julian Lam 0b58e2fea3 minor tweaks to in-topic searching UI, #2442 11 years ago
barisusakli 15c2b124e3 recent replies needs stripTags true
changed [self] to _
11 years ago
Julian Lam 067d1ae404 adding client-side hook whenever composer renders a preview 11 years ago
Julian Lam b06ff89e02 adding missing file, re: #2424 11 years ago
Julian Lam deac12c540 closed #2424 11 years ago
barisusakli 10680d47b0 postCount only used once 11 years ago
barisusakli d0bc5ec9c7 client/topics.js refactor
ability to dismiss all flags
11 years ago
barisusakli 78033dbf5c handled in events.js 11 years ago
barisusakli d7c367ae91 moved new notification to events.js 11 years ago
barisusakli 7f5984d1fd removed dupe code 11 years ago
barisusakli 47c1092842 moved registerLoader/refresh to top 11 years ago
barisusakli 776fb29dce removed preloader leftovers 11 years ago
barisusakli 14ba1ff8c0 closes #2352 11 years ago
barisusakli ee3b0c93c3 fix tag update
was hanging on tag remove, and wasnt updating if tag count didnt change
11 years ago
barisusakli 0a1fa72bd8 use loadMoreFromSet 11 years ago
barisusakli 32e08ba419 closes #2070 11 years ago
barisusakli f0797493ee make sure sockets leave the current room when entering another 11 years ago
barisusakli 7825b8b951 closes #2416 11 years ago
psychobunny 2a88e08977 and one last derp 11 years ago
psychobunny 556d817cc5 forgot to return 11 years ago
psychobunny 458ee7cca8 acute ocd attack 11 years ago
psychobunny bfaeee2531 linting 11 years ago
psychobunny b511bc37fb don't initialize taskbar until dom is ready 11 years ago
barisusakli 9d56f50967 voters info 11 years ago
Barış Soner Uşaklı 36ac6f849f Merge pull request #2397 from joe1chen/bug-fix-topic-search
Bug fix - Topic search broken due to encodeURIComponent being called too early
11 years ago
psychobunny b480bff3fd moved taskbar markup out of JS and into modules/taskbar.tpl 11 years ago
Joseph Chen 4f03e74b99 Add topics.loaded event to be triggered when new topics are loaded by infinite scroll. 11 years ago
barisusakli d9d44aee2b #2334 11 years ago
barisusakli 68e8039ac7 closes #2379
also fixed a bug where tags with 0 topics were showing up in /tags
11 years ago
psychobunny 45affa3043 closes #2399 11 years ago
barisusakli b3544f644a relative path upload fixes #2403 11 years ago
barisusakli 7f5617bc74 closes #2402 11 years ago
barisusakli 05f33df098 manage/groups.js 11 years ago
Julian Lam 7e35987e1b fixing regression for #2355, introduced in a129075 11 years ago
Joseph Chen f02fd88eaf Bug fix - Topic search broken due to encodeURIComponent being called too early. 11 years ago
barisusakli 7a51520074 #2393 11 years ago
psychobunny db157da3fb fixes potential IE8 crash (both toISOString and console.log don't exist)
not that client-side calls this anyways
11 years ago
psychobunny 0580773331 random console.log 11 years ago
psychobunny aa6137b9c3 fixed potential XSS in registration form 11 years ago
barisusakli 2e1a098cfa fix multi selection if category has sub categories 11 years ago
Julian Lam 74630b3a79 closed #2360 11 years ago
barisusakli dcba272dc5 fix not validated messages on manage/users on IS 11 years ago
barisusakli 467fb1ab4a dont deselect on delete/purge closes #2352 11 years ago
Julian Lam 93f414892b closed #2361 11 years ago
Julian Lam e0436d73c3 #2361 11 years ago
barisusakli c95f151bfc closes #2364
dont crash if icon is not found
11 years ago
psychobunny d77bd638c4 don't re-enable selectable on elements that were already enabled #2336 11 years ago
psychobunny 6ae5b09a01 closes #2336 11 years ago
Julian Lam 52285239e9 fixed client-side so semver doesn't explode when nbbpm returns 'latest', fixed tests so they pass again, #2363 11 years ago
Julian Lam 19297e2d22 plugin installation takes a version now, and queries nbbpm, #2363
better error handling for #2363

upgrades now also call the suggestion route from nbbpm

upgrade button will show alert now if you try to upgrade past the suggested version, #2363
11 years ago
psychobunny fa2f03aeca closes #2339 11 years ago
barisusakli 9e1789dc58 closes #2297 11 years ago
barisusakli e5cc45a95b if category is not found return
if cid is a child category it wont be on home
11 years ago
Julian Lam 8e0e2a04be restored the toolbar on mobile composer, #2293 11 years ago