dc1a16be4c
Made it possible to override icons via custom theme
2018-02-17 12:36:24 +00:00
981d215155
Tweaked some comments
2018-02-11 18:18:16 +00:00
2d43ab8a1b
Fixed text overflow in various views
...
Fixes #669
2018-02-11 14:28:26 +00:00
548dcd4db1
Fixed error when accessing non-authed attachment
...
Also updated attachment tests to use standard test-case.
Fixes #681
2018-02-11 12:37:02 +00:00
2d41a4f064
Updated twitch SVG icon with vector SVG
2018-02-11 12:01:07 +00:00
110f32a16d
Merge branch 'master' of git://github.com/moutonnoireu/BookStack into moutonnoireu-master
...
Also updated composer deps
2018-02-11 11:44:09 +00:00
bed7ba78d3
Updated grid view to use CSS grid and flexbox
...
Provides a cleaner height-matched design.
Closes #701
2018-02-11 11:36:51 +00:00
2533db260d
Merge branch 'master' of github.com:BookStackApp/BookStack
2018-02-04 18:14:41 +00:00
87a45edde9
Merge branch 'pixwell-dev-support_for_gitlub_auth'
2018-02-04 18:14:16 +00:00
9becc8055b
Merge branch 'support_for_gitlub_auth' of git://github.com/pixwell-dev/BookStack into pixwell-dev-support_for_gitlub_auth
2018-02-04 17:51:30 +00:00
d84f75c257
Merge pull request #695 from Yoginth/patch-2
...
Added Search Permission for not logged in Users
2018-02-04 17:48:25 +00:00
1d49b65c2e
Fixed code block wrapping on export
...
Now wraps instead of running off the page.
Fixed #676
2018-02-04 17:35:01 +00:00
7c44f5462c
Prevent image manager search from reloading page
...
Fixes #697
2018-02-04 17:18:55 +00:00
b7e5cc6763
Merge pull request #696 from yuezhihan/master
...
Added simplified Chinese(zh-CN) language
2018-02-04 17:15:31 +00:00
ab3231b550
Added 'zh_CN' to app.locales
2018-02-04 22:05:29 +08:00
d65cd53c99
Added simplified Chinese(zh-CN) language
2018-02-04 21:42:19 +08:00
46ea90c36e
Merge pull request #692 from lommes/master
...
Corrected the keys for okta auth
2018-02-04 11:41:51 +00:00
a45922616f
Made default books view configurable in .env
...
Under 'APP_VIEWS_BOOKS' key.
Closes #675
2018-02-04 11:36:58 +00:00
ecf68b6365
Update all.blade.php
2018-02-03 20:15:36 +05:30
194bb0f042
add missing icon, fix name conventions
2018-02-01 18:26:19 +01:00
addfb96002
reduced icon size
2018-02-01 09:55:37 +01:00
6f7cfe7206
Update .env.example
2018-02-01 08:53:08 +01:00
f51e0e9eb9
Update services.php
2018-02-01 08:51:35 +01:00
3cf2c6a027
Corrected the keys for okta auth
2018-01-31 21:11:17 +01:00
8b125be8f6
add missing lock file
2018-01-31 16:08:39 +01:00
44d8f39037
add support for gitlab authentification
2018-01-31 16:02:07 +01:00
1651c807cb
Update...
2018-01-30 09:59:56 +01:00
5e2bf7c3e4
Add twitch socialite auth provider
2018-01-29 09:28:56 +01:00
1d5440493c
Set markdown editor preview width to 100%
...
Fixes #658
2018-01-28 18:14:02 +00:00
59e809be16
Added command to add a new admin user
...
Closes #609
2018-01-28 18:09:26 +00:00
ec050a5eef
Fixed validation issue on register post
...
Added test to cover and also cleaned up RegisterController comments.
Fixes #670
2018-01-28 17:15:30 +00:00
62342433f4
Set /app PHP code to PSR-2 standard
...
Also adde draw.io to attribution list.
Closes #649
2018-01-28 16:58:52 +00:00
30b4f81fc6
Merge branch 'Abijeet-bug-650'
2018-01-28 14:20:35 +00:00
bd711d69e4
Adapted code insert area and language select for mobile
2018-01-28 14:19:54 +00:00
98d4bf4486
Merge branch 'bug-650' of git://github.com/Abijeet/BookStack into Abijeet-bug-650
2018-01-28 14:15:31 +00:00
ead4b14d94
Updated user profile image delete to delete all uploads
...
Also moved test and made more comprehensive
2018-01-28 14:08:14 +00:00
35e00ddb95
#630 : Deleting user's profile pics on deleting of user account ( #646 )
...
* Issue-630: Fixed issue with deleting user profile pics when deleting a user.
* Issue #630 : Deleting user's profile pics on deleting of user account
* Issue-630: Added test case for deleting user
2018-01-28 13:50:24 +00:00
4eb5205070
Merge pull request #679 from marcusforsberg/master
...
Added Swedish translation
2018-01-28 13:40:01 +00:00
1d1cc19596
Merge pull request #632 from BookStackApp/draw.io
...
draw.io integration
2018-01-28 13:39:14 +00:00
faf7c55fdd
Actually fixed the BaseURL this time 🤦
2018-01-28 13:33:50 +00:00
ba6eb6727a
Fixed test failing from missing baseURL
...
Also updated image upload test to delete before upload to prevent failed
tests breaking subsequent tests.
2018-01-28 13:27:41 +00:00
88d09a2a3b
Added drawing endpoint tests
...
Also refactored ImageTests away from BrowserKit
Also added image upload type validation.
2018-01-28 13:18:28 +00:00
daa11c3f13
Added Swedish locale to config
2018-01-26 20:27:28 +01:00
682bc9f896
Added Swedish translation
2018-01-26 20:16:35 +01:00
9bbef3a3dd
Added drawio abilities to markdown editor
2018-01-20 20:40:21 +00:00
1411ee86b3
Extracted draw.io functionality to own file
2018-01-20 16:32:13 +00:00
56264551e7
Added drawing icon and made drawio disablable
2018-01-20 15:00:54 +00:00
0c383eee5b
Merge branch 'master' into draw.io to fetch auth image changes
2018-01-20 14:06:44 +00:00
f4bfbf91db
Merge pull request #665 from BookStackApp/authed_images
...
Adds ability to secure images behind auth
2018-01-20 14:05:03 +00:00
34782fbc91
Merge branch 'master' into draw.io
2018-01-20 14:01:56 +00:00