Peter Knut
ee26735ac6
Refactor drivers definition and compilation
...
- Rename 'server' driver to 'mysql'
- MySQL driver is no longer the required default
- Fix compiled SQLite single-driver Adminer
- Allow to compile only selected drivers
2024-11-19 22:00:11 +01:00
Peter Knut
d165cd9aec
Change logo link to main page (login)
2024-11-03 22:31:45 +01:00
Peter Knut
316754af47
Enhance checking of new version
...
- Do not verify version on login page
- Do not show error from version checking
- Sync expiration of version cookie with file
- Clean up the code
2024-11-03 22:31:45 +01:00
Peter Knut
e4235d21e5
Clean up JS code
2024-10-30 21:16:39 +01:00
Peter Knut
10dfc54bf4
Show help popup after a short delay, refactoring
2024-10-30 21:16:39 +01:00
Peter Knut
e99f2d90cf
Update project information
2024-10-30 21:16:39 +01:00
Peter Knut
555e2e76b7
Keep backward compatibility with non-official plugins
2024-10-22 17:10:36 +02:00
Peter Knut
b9cdf52ec5
Add drag-n-drop moving of rows in table selection filter
2024-10-22 13:07:49 +02:00
Adrian Jones
441e7f050c
Check new version against GitHub pages
2024-10-22 13:07:49 +02:00
Peter Knut
c41cb51ede
Change version layout
2024-10-22 13:07:49 +02:00
Peter Knut
13752c0498
Define 'LIKE%%' operator in each driver
2024-10-17 00:25:16 +02:00
Roy-Orbison
6f789eac0a
Enable regular expressions when searching data in all tables
...
Allows use of the database-specific regex operator and pattern syntax when searching multiple tables.
2024-10-17 00:25:16 +02:00
Roy Orbitson
9ed4c859ed
Add removal buttons to table data filter
2024-10-17 00:25:16 +02:00
Peter Knut
279337aa65
Integrate tables-filter plugin into the base code
2024-10-17 00:25:16 +02:00
Peter Knut
bf1d16cdb7
Hide edited value if selected function will not use it
2024-10-17 00:25:16 +02:00
Peter Knut
dd122a1056
Clean up the code for PHP < 5.6
2024-10-09 22:00:13 +02:00
Peter Knut
7d6c7998d8
Editor: Fix array conversion to string (issue #3 )
2024-10-08 22:59:57 +02:00
Peter Knut
3df88d4a24
Refactor opening adminer.sql[.gz] file
2024-10-07 23:58:10 +02:00
Peter Knut
2d4b73653b
Refactor generating of private key and random strings
...
Generating of private key is atomic now.
More secure random strings on PHP 7+.
2024-10-07 23:38:33 +02:00
Peter Knut
aec8275502
Editor: Fix searching in tables
...
Thanks to ytetsuro (https://github.com/vrana/adminer/pull/473 )
2024-09-17 15:46:36 +02:00
Peter Knut
7d5077e687
Cleanup the code for searching
2024-09-17 15:36:02 +02:00
Peter Knut
47ccfa2a2e
Avoid showing version on login page (and css/js version)
...
Thanks to MisterDuval (https://github.com/adminerevo/adminerevo/pull/180 )
2024-08-20 23:58:16 +02:00
Peter Knut
de7dd4b64f
Improve URL and email detection
2024-08-20 23:58:16 +02:00
Jakub Vrana
4742bde873
Fix operators init
2021-02-09 10:19:05 +01:00
Jakub Vrana
a8c218f192
Add callback before edit form (bug #759 )
2021-02-08 10:57:53 +01:00
Jakub Vrana
cc9ed0939c
Editor: Cast to string when searching (bug #325 )
2021-02-06 16:11:21 +01:00
Jakub Vrana
2373409631
Add example for using SQLite with Editor
2020-01-30 18:03:21 +01:00
Jakub Vrana
08c132cbea
Unify dumpTable declarations (bug #707 )
2019-11-11 12:27:53 +01:00
Jakub Vrana
7defb7787d
Editor: Allow disabling boolean fields in PostgreSQL (bug #640 )
2019-01-22 12:04:08 +01:00
Peter Knut
7eaa57fc0b
Use <ul> list for logins ( #314 )
2018-12-18 15:45:04 +01:00
Jakub Vrana
83fe083f2f
Add autocomplete attributes to login form
2018-12-12 16:13:14 +01:00
Jakub Vrana
5b443a4e7d
Change inline style to class name
2018-10-27 21:21:20 +02:00
kPherox
e4837a0564
Wrap table.nowrap with div[style="overflow-x: auto"]
2018-10-27 21:16:57 +02:00
Peter Knut
4d66e42817
Add class 'layout' to all non-data tables
2018-09-18 12:08:19 +02:00
Jakub Vrana
df90d9f68c
Reset event handlers after cloning (thanks to Salko)
2018-07-15 20:10:13 +02:00
Jakub Vrana
5c3fb875e1
Editor: Do not check boolean checkboxes with false in PostgreSQL (bug #607 )
2018-05-06 11:26:43 +02:00
Jakub Vrana
3410836c12
Allow connecting to different drivers in login-servers
2018-02-22 12:38:22 +01:00
Jakub Vrana
00721402e0
Add login-otp plugin
2018-02-22 11:36:11 +01:00
Jakub Vrana
b4392b3f91
Use single \ in ' strings
2018-02-20 16:27:40 +01:00
Jakub Vrana
2021ea8fd7
is not needed with border-collapse
2018-02-20 16:02:25 +01:00
Jakub Vrana
37c57c386a
Editor: Fix displaying of true boolean values
2018-02-19 23:09:46 +01:00
Jakub Vrana
1f5ca321b6
Comment
2018-02-19 23:04:27 +01:00
Jakub Vrana
a1927d5b71
Allow specifying server name displayed in breadcrumbs
2018-02-08 14:32:21 +01:00
Jakub Vrana
6e2f681faa
Avoid qsl in a loop
2018-02-08 09:30:16 +01:00
Jakub Vrana
42eec7d728
Support connecting to MySQL via SSL
2018-02-07 12:13:58 +01:00
Jakub Vrana
b649fb2f3f
Allow using number_type() as pattern
2018-02-06 14:52:12 +01:00
Jakub Vrana
31d8803db2
Editor: Use type=search for Search tables
2018-02-06 14:13:51 +01:00
Jakub Vrana
d43b773214
Move tableCheck() below </form>
2018-02-06 13:53:15 +01:00
Jakub Vrana
c34ada5368
PostgreSQL: Fix condition for selecting no rows
2018-02-06 12:43:10 +01:00
Jakub Vrana
6cfb3676a7
PostgreSQL: Don't treat interval type as number (bug #474 )
2018-02-06 12:17:01 +01:00