Hadi Nategh
|
76f9790496
|
* Filemanager/Mobile theme: Improve navigation bar to be able to navigate through folders with single-touch
|
2017-02-08 10:39:42 +01:00 |
|
nathangray
|
d83a929254
|
Get tests to not fail if DB is missing - we skip the ones that need a DB
|
2017-02-07 16:02:06 -07:00 |
|
nathangray
|
eeecc2eecd
|
Add PHPUnit tests for security, based on Ralf's previous command line tests
|
2017-02-07 12:28:35 -07:00 |
|
Hadi Nategh
|
f114a273ed
|
WIP of modern login page:
- Fix login registration links
- Fix error message position
|
2017-02-07 19:05:13 +01:00 |
|
Hadi Nategh
|
775f8f93fc
|
WIP of modern login page:
- Add modern social networks icons
|
2017-02-07 19:02:59 +01:00 |
|
nathangray
|
cf2bc4158f
|
Try excluding the CredentialsTest until we can get the DB running on Travis again
|
2017-02-07 10:32:07 -07:00 |
|
nathangray
|
888c9028cb
|
Define idx_data outside of the loop, since it's used later
(Thanks Scrutinizer)
|
2017-02-07 09:42:10 -07:00 |
|
nathangray
|
1a713dbb06
|
Use PHPUnit directly for tests
|
2017-02-07 09:36:16 -07:00 |
|
nathangray
|
1338add5fb
|
Add PHPUnit tests for Schema, based on Ralf's previous command line tests
|
2017-02-07 09:19:30 -07:00 |
|
nathangray
|
16f649322f
|
Add some sanity checks on egw session / GLOBALS before we start testing, makes it easier to figure out where things went wrong.
|
2017-02-07 09:19:30 -07:00 |
|
nathangray
|
08461cbeb5
|
Need to tear down, or we break subsequent tests
|
2017-02-07 09:19:30 -07:00 |
|
nathangray
|
b2ec0e9aa6
|
Move IncludeMgr tests into their own test class,
originals left there since they look useful.
|
2017-02-07 09:19:30 -07:00 |
|
Hadi Nategh
|
74af635dac
|
WIP of modern login page:
- Position social media icons
|
2017-02-07 12:44:00 +01:00 |
|
nathangray
|
e0c7ddd0cb
|
Make stored usertime protected instead of private
|
2017-02-06 13:27:30 -07:00 |
|
nathangray
|
4d6ba96115
|
Move commented-out DateTime tests into their own class
|
2017-02-06 13:08:05 -07:00 |
|
nathangray
|
502caf4703
|
Split application specific test stuff and the Egw session stuff
|
2017-02-06 13:08:05 -07:00 |
|
Hadi Nategh
|
47122005ba
|
WIP of modern login page:
- Implement better representative selectbox for "Remember me" field
|
2017-02-06 18:35:36 +01:00 |
|
Hadi Nategh
|
99e0daa5ff
|
WIP of modern login page:
- Implement icon representation for input fields
- Add new icon for language
|
2017-02-06 16:13:24 +01:00 |
|
Hadi Nategh
|
e9c092f55e
|
WIP of modern login page:
- Fix mobile theme login page
|
2017-02-06 12:54:39 +01:00 |
|
Hadi Nategh
|
cfa4a38b37
|
WIP of modern login page:
- Fix custom login content position
- Keep top of the loginbox always in the same position
|
2017-02-06 12:12:38 +01:00 |
|
Ralf Becker
|
2b45b52477
|
fix warning about static use of Accounts::is_(active|expried) by making it static and throw a WrongParameterException, if is_expired is called with no parameter
|
2017-02-06 10:38:01 +01:00 |
|
Ralf Becker
|
250cbb5704
|
* Addressbook: only add groups as distribution lists, if accounts addressbook is not hidden
|
2017-02-06 09:21:50 +01:00 |
|
Ralf Becker
|
e8b08eedbe
|
fix PHP 7.1 Error: [] operator not supported for strings in Setup >> Configuration
|
2017-02-05 14:00:20 +01:00 |
|
Hadi Nategh
|
e0eaaee7f7
|
WIP of modern login page:
- Set a bigger width for logo icon
- Some cleanup
|
2017-02-03 17:03:48 +01:00 |
|
Hadi Nategh
|
0d8d5db8ee
|
WIP of modern login page
|
2017-02-03 16:25:47 +01:00 |
|
Ralf Becker
|
70d803249d
|
no maintenance version for master
|
2017-02-03 13:39:24 +00:00 |
|
Ralf Becker
|
6b6cea0b24
|
copy 16.1 changelog to master to satisfy update checker
|
2017-02-03 13:35:20 +00:00 |
|
Hadi Nategh
|
ce9a36ddf9
|
WIP of smime sing and encrypt message
|
2017-02-03 12:33:49 +01:00 |
|
nathangray
|
21aa03d7ea
|
Move __DIR__ to see if that works for PHP v5.4 & 5.5
|
2017-02-02 17:15:45 -07:00 |
|
nathangray
|
562236c3ae
|
Some automatic tests for status/percent changes
|
2017-02-02 16:53:59 -07:00 |
|
nathangray
|
eae8821b97
|
Fix some remaining bugs in set/clear project, add some automatic tests
|
2017-02-02 09:23:20 -07:00 |
|
Ralf Becker
|
a906ebb1c9
|
adding session.gc_maxlifetime = 14400 (4 hours session lifetime) to our apache config
|
2017-02-02 17:09:40 +01:00 |
|
nathangray
|
33680d4467
|
* Admin: Save the bulk password reset notification email for next time
|
2017-02-02 08:45:58 -07:00 |
|
nathangray
|
efe0d62df7
|
Add method to mock the tracking object to ease reuse
|
2017-02-02 08:45:58 -07:00 |
|
Ralf Becker
|
ba8b1c403e
|
use cryptographically secure random_int available in PHP 7+ when generating default passwords
|
2017-02-02 15:45:32 +01:00 |
|
Ralf Becker
|
c8605a0e7d
|
CS translations from Tony <tw.mail-AT-quick.cz>
|
2017-02-02 15:32:07 +01:00 |
|
Ralf Becker
|
c3926df7a3
|
add DE translation for {{letterprefix}} and remove broken one from EN lang-file
|
2017-02-02 12:36:15 +01:00 |
|
Ralf Becker
|
c3546243fe
|
fix missing EN translation in api lang file
|
2017-02-02 11:35:40 +01:00 |
|
Hadi Nategh
|
e2ceed61ac
|
* Mail: Fix forwardinline breaks a mail with winmail.dat attachment
|
2017-02-02 11:27:15 +01:00 |
|
Ralf Becker
|
56ab357f54
|
CS translations from Tony <tw.mail-AT-quick.cz>
|
2017-02-02 11:04:11 +01:00 |
|
Ralf Becker
|
be32282214
|
maintain an maintenance_release version in api/setup/setup.inc.php, also move update-checker images to api
|
2017-02-02 10:38:13 +01:00 |
|
Hadi Nategh
|
e3bacb3565
|
* Mobile template: Fix "info message regarding fullscreen" does not respect the discard checkbox
|
2017-02-01 18:12:35 +01:00 |
|
nathangray
|
2612681e44
|
Remove some unused code
(thanks, Scrutenizer)
|
2017-02-01 09:36:41 -07:00 |
|
nathangray
|
aafd2f8271
|
Fix missing required parameter
(thanks, Scrutenizer)
|
2017-02-01 09:35:46 -07:00 |
|
nathangray
|
108498e0cd
|
Fix variable not defined before using it
(thanks, Scrutenizer)
|
2017-02-01 09:35:24 -07:00 |
|
nathangray
|
7c86b20614
|
Remove unexecutable code
(to satisfy Scrutenizer)
|
2017-02-01 09:24:19 -07:00 |
|
nathangray
|
f5ec39200b
|
Fix not working infinite loop check
(thanks, Scrutenizer)
|
2017-02-01 09:17:26 -07:00 |
|
nathangray
|
7a5ebcc89b
|
Avoid error if export definition name has a quote in it
|
2017-02-01 08:57:09 -07:00 |
|
Hadi Nategh
|
385977e828
|
* All applications: Set proper default page title if nothing is set
|
2017-02-01 16:23:25 +01:00 |
|
Ralf Becker
|
226c9a862a
|
read Dovecot master-user from UCS configuration
|
2017-02-01 16:20:35 +01:00 |
|