Commit Graph

62 Commits

Author SHA1 Message Date
Joas Schilling f224b89da3
CS auto fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10 10:13:03 +02:00
Pellaeon Lin 7f00ff5357 Fix# form: toggle password visibility for oc and nc 2019-06-22 09:36:40 +00:00
Pellaeon Lin f9f768da5f templates: avoid echo, fix potential XSS 2019-06-22 09:02:24 +00:00
Marcin Wróblewski 5cae62e784 Added text to show/hide password checkbox 2019-06-22 16:28:23 +08:00
Pellaeon Lin 1c8c8fb181 Fix# set message text color according to theme, fix #153 2018-10-14 18:19:48 +08:00
Neraste ea7a4d1e75 Add link to users settings page in admin notification email 2018-09-30 15:27:17 +08:00
MarkyMark_Qld 366fbd6bc4
Update to message.php to stop double icon.
This stops the double icon after registration.
2018-03-20 13:32:00 +10:00
Pellaeon Lin fb30fce5bb
Merge pull request #115 from buffcode/travis-ci
TravisCI tests, refactoring for ownCloud/Nextcloud compatibility
2017-12-20 20:04:20 +08:00
Laurens Stötzel c8a59ee026 TravisCI tests, refactoring for ownCloud/Nextcloud compatibility
This includes tests for:
- PHP 5.6/7.0/7.1/7.2
- MySQL/SQLite/Postgres
- ownCloud/Nextcloud
2017-12-20 12:33:01 +01:00
Laurens Stötzel b4ec47f489 Fix PHP notices
Check for undefined variables/array indexes that may occur on token verification.
2017-12-19 13:23:11 +01:00
Neraste d933e78896 L10n for admin validation messages 2017-10-21 15:01:51 +02:00
Neraste 651439c233 Option for disabling new registered users 2017-10-21 14:02:38 +02:00
Neraste 8c6da61f46 Disable all new registred users 2017-10-21 13:10:20 +02:00
Pellaeon Lin 451bad1269 Fix #99 with some jquery 2017-09-17 15:03:18 +08:00
Pellaeon Lin 561e4bd6ae Partially revert 4aa6c05 since html is used in message
"Your account has been successfully created..."
2017-08-16 01:28:28 +08:00
Leon Klingele 4aa6c05aa9 Fix XSS issues by using 'p' instead of 'print_unescaped' 2017-08-16 00:45:20 +08:00
Pellaeon Lin 52ac51462a - Fix input text box width on NC>12
- Avoid CSS use !important
2017-05-03 22:56:33 +08:00
Pellaeon Lin 8786d92276 Refactor settings saving 2017-02-18 11:58:56 +08:00
Pellaeon Lin e271ac1c0c Update# advices on publishing app 2016-02-19 14:30:00 +08:00
Thomas Imbreckx 8028be7ff2 Fix some strings and typos 2016-01-23 13:55:05 +01:00
Pellaeon Lin 9c2863c729 Fix# typo 2016-01-10 13:40:41 +08:00
Pellaeon Lin ca6d35a98e Update# replace deprecated OC_Helper::linkToRoute calls
ref: https://github.com/owncloud/core/pull/21248
2015-12-31 15:47:15 +08:00
Pellaeon Lin d38dd3874d Update# send emails to admins to notify about new user 2015-11-19 23:52:52 +08:00
Pellaeon Lin fa191f1101 Update# clear TODO that are completed 2015-11-19 23:51:14 +08:00
Pellaeon Lin 649480c403 Update# use dot to namespace templates 2015-11-19 23:51:14 +08:00
Pellaeon Lin 4ee1665db7 Update# support instance name, shown in emails 2015-11-18 00:34:39 +08:00
Pellaeon Lin 596313c044 Update# delete example template 2015-11-16 10:43:55 +08:00
Pellaeon Lin 4484b72ecd Update# wording of mail address domain 2015-11-16 10:32:53 +08:00
Pellaeon Lin 6865cfd9d0 Update# use \OCP\Mail to send multipart email, containing both html and
plaintext
2015-11-14 12:34:42 +08:00
Pellaeon Lin b3c2695237 Update# CSRF for account creation form 2015-08-31 17:39:25 +08:00
Pellaeon Lin 14fcdc6643 Update# CSRF check for email field 2015-08-31 16:44:01 +08:00
Pellaeon Lin 69ff86ee53 Update# clean up code from johannesst's PR 2015-08-29 19:17:10 +08:00
Johannes Starosta 9efb38c904 Further work on explaination 2015-07-19 06:56:07 +02:00
Johannes Starosta 321435090d Fixed explaination in settings 2015-07-19 06:49:05 +02:00
Johannes Starosta 55a247499a Explainaition now under input type 2015-07-19 06:47:31 +02:00
Johannes Starosta be9d2d27db Translation should work now for placeholder too 2015-07-19 06:27:37 +02:00
Johannes Starosta 6ecfe51d8b Fix merge conflict 2015-07-19 06:06:26 +02:00
Pellaeon Lin 957f674781 Fix# Can't use method return value in write context
This would probably occur for PHP<5.5
ref: https://stackoverflow.com/a/4328049/446391
2015-07-13 17:24:18 +08:00
Johannes Starosta 2c8cbe05b4 placeholder to explain syntax of Domains option, todo: Testing 2015-07-13 07:46:05 +02:00
Johannes Starosta 89fb9ff1d3 Added domain error template 2015-07-13 06:02:50 +02:00
Johannes Starosta 18b4911038 Settings for allowed domain are now processed and saved correct 2015-07-13 02:23:40 +02:00
Johannes Starosta 8e9343706b Fixed typo in domain setting 2015-07-13 00:44:18 +02:00
Johannes Starosta bbdbe0f187 Fixed typo in domain setting 2015-07-13 00:43:41 +02:00
Johannes Starosta f20740de19 Fixed typo in domain setting 2015-07-13 00:43:19 +02:00
Johannes Starosta b502ddea93 Fixed typo in domain setting 2015-07-13 00:39:39 +02:00
Johannes Starosta 257329ff80 Added save button and its German translation 2015-07-13 00:36:23 +02:00
Johannes Starosta cacb9840fa Further work on settings panel 2015-07-13 00:16:46 +02:00
Pellaeon Lin aa2c9f2226 Update# HTML email, clickable link 2015-07-12 12:00:06 +08:00
Pellaeon Lin bfaece7076 Fix# show selected in admin section 2015-07-12 11:21:19 +08:00
Pellaeon Lin 1f9d55ae1d Update# admin page section 2015-05-17 15:17:35 +08:00