Commit Graph

37 Commits (b51c90dcb37044c5d516c56e2f941b30511a0dad)

Author SHA1 Message Date
psychobunny 7b9815aa3b linting
barisusakli 9c996e4b99 on config save update meta.config on all workers
also dont make 20 socket.emit calls for each setting field, everything
will be send in 1 socket call.
psychobunny 00269853f3 revert button (which doesn't work thanks to )
psychobunny c2c569695f settings - allowing hidden inputs to be saved
psychobunny f98e3aaf64 segregated the "theme" route (now "appearance") into their own separate routes
psychobunny 117b8dece4 settings acp refactor for dedicated routes
Julian Lam 89a9d4b7f2 logic for
psychobunny 281aa0049c init, attempt to increase cold load speed
barisusakli d311995c16 closes
barisusakli c9551abc5d closes
ability to select a default gravatar image (default, identicon,
mystery-man, monsterid, wavatar, retro) or upload a custom image to use
as default gravatar image
Micheil Smith 3e82cab398 Add missing new lines at end of files.
Julian Lam c1ccc81400 ACP integration for Sounds
Julian Lam 6d03f713c5 "Sounds" tab in Settings page... WIP, needs fixing.
barisusakli 0f19578523 removed dupe body
Julian Lam e611a8174e linting setting.js again and abstracting out saveField
psychobunny 2d65a746e4 linting admin/settings
MrWaffle 33a5a2177e Send the callback to the retry
akhoury 1b207d8276 IE8 support, general cleanups, from native to $ objects ...
Baris Soner Usakli 893efa5f2a closes
Baris Soner Usakli 4ff62f4e30 closes
Julian Lam 38ee3fd5a3 don't bother firing hooks received by js unless a listener exists
Baris Soner Usakli 39b631a3a8 more fixes
Baris Soner Usakli 67799eac95 removed api: from client side socket calls
psychobunny 6f129d9c68 allow password fields to be saved in ACP
Julian Lam 4453d055ea linted socket/admin.js
Julian Lam ea8aa3fff2 admin stuff, removed deprecated install templates, blah blah
Baris Soner Usakli 30624d4ad8 tabbified the admin settings page
Baris Soner Usakli 6c30437c47 closes , refactor admin image uploads, fixed gif uploads
psychobunny a3734f2e15 completed custom favicon upload, closes
psychobunny 1b843fba9c added admin route to upload favicon
psychobunny 35f17db141 added button in admin to upload favicon + show current favicon image
Julian Lam 0148cf06d0 replaced all instances of missing config.relative_path to RELATIVE_PATH
Baris Usakli 7875138c08 added parseInt
Julian Lam 08d130893c fixing dropdown support in Settings.prepare
Baris Usakli f4faee4283 moved image uploading to a require js module, added image upload to site logo
psychobunny 32990794ce fixed admin bug (on f5 was not populating fields); plugins - filter:admin.create_routes allows you to create path to custom admin page
Julian Lam 038e04dee6 revamped client side scripts so that they are loaded using Require.js instead.