1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
Commit Graph

628 Commits

Author SHA1 Message Date
Juan Carlos Alonso
854fa5b65f Do not track vendor dir 2016-10-30 16:55:32 +00:00
Juan Carlos Alonso
2878e8ee6b Removed vendor dir from repo 2016-10-30 16:54:54 +00:00
Chaoyi Zha
a5f1fda788 Merge branch 'force73-patch-2' 2016-10-13 15:33:09 -04:00
Chaoyi Zha
6659dbf5af Fix indentation, remove unneeded tabindex 2016-10-13 15:32:50 -04:00
Christian Dinse
4c1c408f31 Update navbar.blade.php
moved the "About" link before all others to place it right.
2016-10-13 09:05:07 +02:00
Christian Dinse
b4a1428ccd Update navbar.blade.php
Modified the file to hide "Dashboard", "Settings" and "Logout" links in navbar in desktop view. These links only needed in the users personal dropdown in desktop mode, so only show them there.
2016-10-12 17:55:23 +02:00
Chaoyi Zha
2926409f13 Output a helpful message in the JS console 2016-10-11 22:47:43 -04:00
Chaoyi Zha
6bc3fc6729 Fix user table search errors; disable search&ordering for action btns 2016-10-03 17:38:05 -04:00
Chaoyi Zha
36e94aba88 Wrap text in email & username fields 2016-10-03 17:30:17 -04:00
Chaoyi Zha
cfe4facc1b Merge branch 'oittaa-patch-1' 2016-10-02 22:20:44 -04:00
Chaoyi Zha
30886414a1 Explicitly require ^1.0.6 random_compat 2016-10-02 22:20:26 -04:00
oittaa
bc2454aa79 [CryptoHelper.php] use random_bytes() function 2016-10-03 00:44:30 +03:00
Chaoyi Zha
d60aecf872 Merge pull request #237 from cydrobolt/feature/datatables
Add Datatables integration
2016-10-01 21:01:52 -04:00
Chaoyi Zha
b6547d2417 Remove old table data 2016-10-01 20:51:39 -04:00
Chaoyi Zha
f25b418aae Create AdminPaginationController for Datatables pagination 2016-10-01 20:38:35 -04:00
Chaoyi Zha
8ba2826a7e Add user link Datatable 2016-10-01 20:30:06 -04:00
Chaoyi Zha
74acbecbd1 Use Datatables for admin tables WIPg 2016-09-30 22:10:58 -04:00
Chaoyi Zha
b7083233d6 Add Datatables Laravel dependencies 2016-09-30 21:45:04 -04:00
Chaoyi Zha
3c5cc1669d Merge branch 'overint-addshortlinks' 2016-09-17 21:27:24 -04:00
Chaoyi Zha
c604ab52f3 Merge branch 'addshortlinks' of https://github.com/overint/polr into overint-addshortlinks 2016-09-17 21:22:43 -04:00
Chaoyi Zha
a164c48708 Merge branch 'overint-allowCORS' 2016-09-17 21:20:59 -04:00
overint
bad80591be Allow CORS on API enpoints 2016-09-17 13:39:57 +10:00
overint
1063c9b244 Linkify short URLs on dashboard to allow copy/paste 2016-09-17 13:12:54 +10:00
Chaoyi Zha
f125665217 Merge branch 'overint-patch-1' 2016-09-16 16:05:56 -04:00
Chaoyi Zha
8002fd3c2c Tweak pagination URL parameter names 2016-09-16 16:05:30 -04:00
Evan
ed74202ad6 Named $user_links pagination query parameter. 2016-09-16 23:00:42 +10:00
Evan
44b9f31566 Update AdminController to fix pagination problems.
Currently if you attempt to change the page of either the users or links on the admin dashboard, both paginations are updated. 
This fixes the problem by changing the  name of the paginator and this the query parameter.
2016-09-16 22:10:42 +10:00
Chaoyi Zha
f6166ae0f0 Merge pull request #225 from modInfo/patch-1
Remove value in link-url
2016-09-14 10:56:07 -04:00
Sebastian Korotkiewicz
27195a9019 Remove value in link-url
because it is already placeholder
2016-09-14 16:22:22 +02:00
Chaoyi Zha
164a2d8d08 Correct typo 2016-09-11 21:17:51 -04:00
Chaoyi Zha
7b6f357c7b Update README.md 2016-09-11 21:09:18 -04:00
Chaoyi Zha
30989ab904 Update README.md 2016-09-11 19:25:26 -04:00
Chaoyi Zha
471b683c06 Update README.md 2016-09-11 19:22:28 -04:00
Chaoyi Zha
e76d3313df README revamp 2016-09-11 19:20:45 -04:00
Chaoyi Zha
5d2c141fe9 2.0.0 bump 2016-09-11 16:14:38 -04:00
Chaoyi Zha
4511499bb5 Bump version to 2.0.0 stable 2016-09-11 16:06:42 -04:00
Chaoyi Zha
30dbeabb7c Fix unit tests 2016-09-11 16:06:30 -04:00
Chaoyi Zha
3afca8745d Merge branch 'ntoenk1186-master' 2016-09-11 16:01:49 -04:00
Chaoyi Zha
ab95465786 Add option to redirect 404s and disabled URLs; update setup picture for 2.0.0 stable 2016-09-11 16:01:34 -04:00
Untung Ginardi
0ef7f85b1f fix unit test 2016-09-08 20:19:35 +07:00
Untung Ginardi
64bbe2a420 Update phpunit test env 2016-09-08 20:05:24 +07:00
Untung Ginardi
cb3eb243aa Use setting index redirect instead create new config 2016-09-08 19:44:53 +07:00
Untung Ginardi
ebe69b042f Merge pull request #1 from ntoenk1186/handle_short_url_not_exist
Handle short url not exist to redirect to some URL
2016-09-07 14:06:32 +07:00
Untung Ginardi
05ae56e8ee Create unit test if request not exist should redirect to specified URL 2016-09-07 13:56:08 +07:00
Untung Ginardi
5edaf41346 Handle when short URL not exist
- Add setup config for define handle type when short URL not exist
- Add setup config for define default URL if handle short URL not exist
with redirect
2016-09-07 10:25:12 +07:00
Chaoyi Zha
fbb6568042 Add updated_at, created_at for lookup; add appropriate Content-Type headers fix #211, fix #210 2016-08-28 15:29:48 -07:00
Chaoyi Zha
0fd1f44232 Use URL field for shortening field; fix #212 2016-08-28 15:22:01 -07:00
Chaoyi Zha
46de7be21f Rename issue template 2016-08-26 12:13:38 -07:00
Chaoyi Zha
4aa1931e3f Add issue template & move GH files 2016-08-26 12:11:52 -07:00
Chaoyi Zha
75f346df5a Fix orthographic mistake 2016-08-16 14:44:44 -07:00