Commit Graph

1507 Commits

Author SHA1 Message Date
c0e7ff5ea1 Give iframes in posts a max width 2015-09-08 11:51:36 +09:30
e54944d6c3 Reduce event post font size 2015-09-08 11:13:35 +09:30
d39bca192e Add more breathing room between posts and sidebar 2015-09-08 11:13:28 +09:30
efff485d6c Restyle posts to be more compact, relocate controls 2015-09-08 10:29:00 +09:30
6a5427b600 Make unread discussion titles less overwhelming 2015-09-08 10:27:50 +09:30
e8621636c5 Add init hook as a way to effectively monkey patch constructors
Related to #246
2015-09-08 10:27:02 +09:30
1aaff46f8e Increase text contrast slightly 2015-09-08 10:24:20 +09:30
8c4e095f23 Allow first post to be hidden/restored
Anti-spam extensions may automatically hide the first post in a
discussion, and thus we had to implement smarter permissions so
discussions with zero posts wouldn't be visible to users other than the
author/mods. This change allows those hidden posts to be restored again.
2015-09-07 16:03:45 +09:30
05c44ad2df Merge pull request #438 from mtotheikle/default_extension_build_script
Add a default build script for extensions
2015-09-07 11:01:33 +09:30
84012ca2fd Preliminary implementation of master API keys
Part of #205
2015-09-07 08:37:33 +09:30
6393432d92 Add a default build script for extensions 2015-09-06 09:21:04 -07:00
f6e21b75e1 Remove unused translations 2015-09-05 16:05:02 +09:30
6ee9412f35 Prevent invalid LESS from crashing application
Failure is silent for now... The default LESS will compile without the
invalid customisations. Not sure if we should log an error somewhere
and display it on the admin page?

closes #400
2015-09-04 22:33:26 +09:30
478ca90c31 Fallback to English if system-wide default_locale doesn't exist 2015-09-04 22:19:28 +09:30
1f8f79d272 Don't require database password confirmation 2015-09-04 21:45:52 +09:30
85fc0a3129 Web installer: Fix name of table prefix field 2015-09-04 12:14:48 +02:00
db8b9ed0c0 Installer: Fix password confirmation 2015-09-04 12:11:13 +02:00
a3d59977b3 Clean up code 2015-09-04 12:05:12 +02:00
211d2d25cd Merge pull request #413 from WinterSilence/patch-2
Update RouteCollection::getPath
2015-09-04 12:03:51 +02:00
0a992ee9f2 Reorder installer fields 2015-09-04 12:00:39 +02:00
42f1abacaf Ask for password confirmation in web installer, too
Closes #405.
2015-09-04 12:00:03 +02:00
b26c67dd3c Require password confirmation in console installer
Refs #405.
2015-09-04 11:57:11 +02:00
fc7fc41383 Prevent error when hiding/restoring a post with a deleted user 2015-09-04 13:51:13 +09:30
a5d3aa9b36 Correctly style hidden post username 2015-09-04 13:50:43 +09:30
b18909f1af Fix notifications dropdown appearance on mobile 2015-09-04 13:50:33 +09:30
695df18be0 Don't show placeholder when loading discussions 2015-09-04 13:50:17 +09:30
ece23de750 API: Add User::hasPermissionLike() and User::getPermissions() 2015-09-04 12:23:50 +09:30
4705600d47 Fix typehint 2015-09-04 12:23:27 +09:30
8423de754c Fix bad query in isVisibleTo 2015-09-04 12:23:17 +09:30
b597e6f8f6 Don't load a custom relation if the relation is already loaded 2015-09-04 12:22:49 +09:30
276334ec52 Improve some post/discussion permission logic
- Allow users to see their own posts, even if they have been hidden by
someone else
- Don't require hiding a post to be necessarily attributed to a user
- Hide discussions with zero posts, unless the user can edit posts, or
they are the discussion author
2015-09-04 12:22:27 +09:30
9277fca0ec Slightly darken light grey text 2015-09-04 12:19:20 +09:30
9ca67635fb Remove unused translations 2015-09-04 12:19:09 +09:30
7a6c48c30b Correct check that a translation is an object
typeof translation === 'object' returns true when translation is null
2015-09-04 12:19:02 +09:30
f0186d7674 API: Add typehints 2015-09-04 12:18:09 +09:30
9bf6862c6d Clean up Post CSS 2015-09-04 12:17:30 +09:30
44f460cb11 Prevent ItemList crash when item is a number 2015-09-04 12:17:01 +09:30
7cce5b02ba Allow non-array value to be passed into listItems
Useful in some scenarios when using JSX
2015-09-04 12:16:23 +09:30
722058f2fb Move generic util into lib
Might come in handy for the admin section later on
2015-09-04 12:15:41 +09:30
70815b024a Make Dropdown and NotificationsDropdown components more extensible 2015-09-04 12:15:11 +09:30
7269385786 Make a copy of props passed into a component
Prevents some rare errors where the props object is read-only, and is
generally safer.
2015-09-04 12:13:55 +09:30
2f8a449b74 Simplify notification markup 2015-09-04 12:12:48 +09:30
b3aa0298d5 Fix use of "new" keyword making eslint angry 2015-09-04 12:12:21 +09:30
e192402a42 Add item priorities 2015-09-04 12:11:45 +09:30
c81ceafb54 Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
93b6f11484 Merge pull request #418 from Luceos/registration_fix
call to $this-> assertValidPassword from static context
2015-09-04 10:46:35 +09:30
0413daab74 call to $this-> assertValidPassword from static context 2015-09-04 00:00:24 +02:00
f0c240f863 Add a first empty state to the discussion list 2015-09-03 09:59:33 +02:00
21dd516eaa Fix code style issues 2015-09-03 08:48:26 +02:00
3c9d851889 Check prerequisites in console installer, too 2015-09-03 08:42:16 +02:00