5164 Commits (a830995dda5a1fdf1c8922e9bbfbd185a5d4897b)

Author SHA1 Message Date
Barış Soner Uşaklı 7e1a84850c closes #3948 9 years ago
Julian Lam cc4997aeca fixes #3940 9 years ago
Julian Lam 7b49dc9061 fixes #3935 9 years ago
Julian Lam a4d8ab9d12 fixes #3950 9 years ago
Julian Lam c04622506d console.log removal 9 years ago
Julian Lam 0b735fad17 fixed #3936 9 years ago
Julian Lam 46571ccd77 closes #3930 9 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.
9 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.
9 years ago
Julian Lam 1cf2ad339a latest translations and fallbacks 9 years ago
Julian Lam 4cc4824087 Merge pull request #3908 from pitaj/master
Maximum invites and invites are stored
9 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
9 years ago
Julian Lam 4ce6bcfa6a latest translations 9 years ago
Julian Lam 7220ed2010 nodebb/nodebb-theme-persona#214 9 years ago
barisusakli 0ffd5254ad closes #3933, closes #3934 9 years ago
Julian Lam bc199d6872 By default, always switch chat in chats page
closes #3915
9 years ago
Julian Lam 648e9c4dc8 fix #3889 9 years ago
Julian Lam acc2dfa037 latest translations, closes #3911 9 years ago
Julian Lam 2af11a23ce fixes #3922 9 years ago
Julian Lam 3a520cdfbf Successful web installer now doesn't show 503 9 years ago
Barış Soner Uşaklı 9770983fdb closes #3913 9 years ago
Julian Lam fc495a83ec closes #3763 9 years ago
Julian Lam 992bcffcdf we stopped using -dev versions, so this conditional is unnecessary 9 years ago
Julian Lam 91c012e642 #3907 9 years ago
Julian Lam a936866688 revamped ACP Flags interface, #3907 9 years ago
Peter Jaszkowiak af8e649246 Fix indentation in translations 9 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.
9 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.
9 years ago
Julian Lam f673f4f186 🐶 9 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.
9 years ago
Julian Lam d12ccfacb5 latest translations 9 years ago
Julian Lam 6d386dd2ee Fixed some labelling issues and added support for last month 9 years ago
Julian Lam 7f9ac3f1fe Fixing bug where the labels would revert back to hours 9 years ago
Julian Lam 027d80debd Fixed issue where graph would always switch back to single-day 9 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.
9 years ago
barisusakli d3778a052a fix ajaxify data 9 years ago
barisusakli ecd777b659 closes https://github.com/NodeBB/nodebb-theme-persona/issues/206 9 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
9 years ago
Barış Soner Uşaklı c55abdd095 closes #3815 9 years ago
Julian Lam 6ad715f948 fallbacks for nodebb.topic 9 years ago
Julian Lam c2963a7ca9 Composer minver, #3693 9 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
9 years ago
barisusakli 20c8411287 closes #3767 closes #3774 9 years ago
Julian Lam e35cb6d78d latest translations 9 years ago
Julian Lam 0260c5b68b updated image_spec to not have gif, but bmp 9 years ago
Julian Lam 3469c47a59 language fallbacks for #3825 9 years ago
Julian Lam 93c077dabd closes #3825 9 years ago
Julian Lam 00a4ba6617 latest translations 9 years ago
Julian Lam dc035c11f3 updated widget code to work better with sidebar areas 9 years ago
barisusakli e5cd928419 closes #3826 9 years ago
Julian Lam 8944856692 updated approval queue message to use modal 9 years ago
Julian Lam ccf957f681 Added cancel button to picture change modal 9 years ago
Julian Lam 8a90afeed2 fixes #3859 9 years ago
barisusakli 3bd83cd732 remove dupe code 9 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
9 years ago
Julian Lam 9de8250697 fixed spanish language issue, #3849 9 years ago
barisusakli 356f1d38cb fix image upload for other users 9 years ago
Julian Lam 628cecdd36 latest translations 9 years ago
Julian Lam 48b5bab849 closes #3756 9 years ago
psychobunny 18bd4c1cda closes #3844 9 years ago
barisusakli 90c2a16b94 closes #3835 9 years ago
barisusakli 6e1f0b9e32 fix top post bar reply button, after IS 9 years ago
Julian Lam 2830538835 Cover photo removal for groups, #3832 9 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.
9 years ago
barisusakli 3648f69f72 added uid 9 years ago
Julian Lam f1412b6e9b Fixed cover loading for subdirs and added removal
re: #3832
9 years ago
Barış Soner Uşaklı 9cb9531b8e Merge pull request #3834 from NodeBB/room-optimize
Room optimize
9 years ago
Julian Lam ca0cba0c38 Added Galician and Slovenian 9 years ago
Julian Lam 3959316da9 latest translations and fallbacks 9 years ago
barisusakli 54901afe5e removed toggleNew 9 years ago
barisusakli 277ee94f06 dont call meta.rooms.enter for guests 9 years ago
barisusakli baa813a4cb Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 9 years ago
Julian Lam 82f78d910d tweaks to language and updating theme minvers 9 years ago
Julian Lam de9f196c75 Merge branch 'userhomepage' of https://github.com/yariplus/NodeBB into yariplus-userhomepage 9 years ago
barisusakli 9753a6d489 fix user status change in topics 9 years ago
barisusakli 3ca618795f remove browsing 9 years ago
barisusakli 9125e778a1 Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 9 years ago
Julian Lam b8b9da2c30 Squashed commit of the following:
commit 62d59620d26bc97c7d689e9af57cd8bff654c79e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 11:04:27 2015 -0500

    tweaked 503 template

commit 15a61cbc239c9d654691d91cdadce59e13d97586
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 10:58:19 2015 -0500

    added text about reloading being required if threshold values are changed

commit 3fe87699332ef0628b4db31f4afef245802a7bc0
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 10:53:35 2015 -0500

    added ACP settings for toobusy

commit f6a9964baff051072052e6ef99da9e1ffba014df
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 08:53:53 2015 -0500

    removed unused 503a template

commit e6d444736baf4c676f8461d30a5504c6e45df163
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 02:01:11 2015 -0500

    updated code to send static 503 instead of maintenance-style page

commit 11089ae2bb833e068b01ee77ee745d9fd5344805
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 01:18:45 2015 -0500

    added toobusy support so the Node process doesn't fall over at high load
9 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
9 years ago
barisusakli 1ecf27417a removed commented out stuff removed topics.enter 9 years ago
barisusakli 491a6d0234 Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize 9 years ago
barisusakli 0d23c56281 removed event:disconnect 9 years ago
barisusakli bac2a0d959 removed event:connect use socket.io connect event duh 9 years ago
barisusakli 5879185ebc single proc stats 9 years ago
yariplus f815f2d981 Fix userhomepage derps 9 years ago
yariplus 853aa37cd2 Add user home pages. #3616 9 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)
9 years ago
psychobunny dd8a77b949 components: account/ban, account/unban, account/delete 9 years ago
psychobunny 5c44c365dd chat with %1 9 years ago
psychobunny dc7be48121 account/follow, account/unfollow, account/chat components 9 years ago
psychobunny f6f43fe3de a couple extra useful "posted in" strings 9 years ago
Julian Lam d9cde968cc latest translations and fallbacks 9 years ago
psychobunny aa373841e9 use ajaxify.data.uid instead of template element 9 years ago
Julian Lam 3314ab4b83 fixes #3809 9 years ago
Julian Lam dc916c5e3c closes #3817 9 years ago
psychobunny b9316bfd23 removed alert.location 9 years ago
psychobunny 1982501985 toaster components + deprecated alert.location 9 years ago
psychobunny 8cf6fe3aa1 closes #3808 9 years ago
psychobunny 0be363d220 closes #1241
@martyalicante @a5mith  hopefully finally fixed :)
9 years ago
Barış Soner Uşaklı 871dffb0d3 Merge pull request #3769 from pitaj/patch-1
Use the hide class instead of jQuery hide
9 years ago