Commit Graph

90 Commits

Author SHA1 Message Date
wiecktobi
b220e68d1a Register bug fix (Vol.2) 2018-06-19 21:48:45 +02:00
2611372164 implemented view for unused tans on dashboard 2018-06-19 19:00:54 +02:00
camping4ever
f37829a6e4 added trim, fixed wrong row 2018-06-19 17:37:02 +02:00
wiecktobi
7fa37fc55a Minor changes 2018-06-18 23:01:49 +02:00
wiecktobi
d7b4ff0738 Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-18 22:44:43 +02:00
wiecktobi
aa377addeb Register bug fix 2018-06-18 22:42:54 +02:00
55450d4ff4 minor changes
formatting and redirect after login
2018-06-18 21:19:04 +02:00
26ecb2596f cleaned up source code 2018-06-18 20:59:32 +02:00
camping4ever
eb6b9e9b97 Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-18 20:23:21 +02:00
camping4ever
30d2e33210 implementet show entries 2018-06-18 20:23:05 +02:00
6f50c84e09 implemented create Account response 2018-06-18 19:34:17 +02:00
774d6ef35a Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-18 19:11:04 +02:00
b5619342d0 fixed position of new friendsTan 2018-06-18 19:10:54 +02:00
537f2a053c FIX: js/[particles.js, app.js] 2018-06-18 19:10:47 +02:00
826aba6825 FIX: segments/_myFriendsBook.php 2018-06-18 19:07:18 +02:00
a616f0bcc9 IMPLEMENT: particles.js -->(js/[particles.js, app.js, stats.js] , index.php(imports, divs)) 2018-06-18 18:54:36 +02:00
4fe2528aa7 ADD: example entry for myfrindsbook ->(segments/_myFreindsBook.php) 2018-06-18 17:51:14 +02:00
camping4ever
ec40e095f4 showentries erstellt 2018-06-18 17:19:10 +02:00
acb36dda96 FIX: problems with validation -> (segments/_register.php , js/contentloader.js)
Changes in js/contentloader.js:
-document.getElementById('btnCreate').addEventListener("click" , async (event) => {
document.getElementById('create-form').addEventListener("submit" , async (event) => {
2018-06-18 16:17:06 +02:00
82ffca032f ADD: required function to entrys -> segments/[_entryForm.php, _login.php, _register.php] 2018-06-18 14:44:49 +02:00
2cc7050310 bug fix 2018-06-18 00:32:50 +02:00
004cd86698 formatting 2018-06-18 00:15:08 +02:00
3d4d080fb3 implemented new Entry page 2018-06-18 00:13:47 +02:00
bc227e3393 minor changes 2018-06-17 23:24:47 +02:00
c4c5fc1fb8 added user id to generated tans 2018-06-17 23:05:13 +02:00
41829bbbf0 implemented logout 2018-06-17 22:23:11 +02:00
2c5df120cb implemented login and safe userid in php session 2018-06-17 21:36:38 +02:00
f3c02d2c19 minor changes 2018-06-17 20:34:25 +02:00
bf0a3a1cac minor fixes 2018-06-17 20:24:43 +02:00
d1b1f5243b index.php:semicolon 2018-06-17 20:23:34 +02:00
7312df615d IMPLEMENT: single index php shema; ADD: _login.php, _register.php, _headerSession.php, _home.php, _myFriendsBook.php, CHANGE: entryForm.php 2018-06-17 20:12:19 +02:00
fdd57cd033 Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-17 18:34:34 +02:00
359e30d7a4 made login synchronous
Wegen des async aufrufs des login php scripts konnte die session nicht richtig gesetzt werden, deshalb ist der login jetzt syncron. Die Registrierung ist weiterhin asyncron.
2018-06-17 18:24:56 +02:00
7fb652f323 Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-17 18:12:29 +02:00
4cdc7dd21e
added er-modell and dashboard interface 2018-06-15 09:23:35 +02:00
87a86d72fd
Update entiresTable.sql 2018-06-15 09:22:53 +02:00
wiecktobi
7e84260cb7 Session implementiert 2018-06-13 19:46:32 +02:00
4e34f8180c Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-11 18:18:17 +02:00
wiecktobi
3c53460d20 minor change 2018-06-11 18:17:36 +02:00
wiecktobi
11dbf9fd5a implemented login and signup 2018-06-11 18:15:21 +02:00
6ff2323ceb Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-11 17:57:30 +02:00
dc524ac00c solved merge problems
This reverts commit 268a8ea290.
2018-06-11 17:56:22 +02:00
8ad92f6a0b Revert "switched tan from unique id to index"
This reverts commit 268a8ea290.
2018-06-11 17:44:54 +02:00
1b09b345a1 Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-11 17:44:23 +02:00
6e8ff050fd Revert "Merge branch 'master' of https://github.com/iCaotix/ipr-projekt"
This reverts commit ebb6e4eed7, reversing
changes made to 40398a6939.
2018-06-11 17:42:44 +02:00
43dbaf126c Revert "Merge branch 'master' of https://github.com/iCaotix/ipr-projekt"
This reverts commit ebb6e4eed7, reversing
changes made to 40398a6939.
2018-06-11 17:41:01 +02:00
ebb6e4eed7 Merge branch 'master' of https://github.com/iCaotix/ipr-projekt 2018-06-11 17:28:55 +02:00
268a8ea290 switched tan from unique id to index 2018-06-11 02:00:39 +02:00
09debbdc9d updated new entry handling 2018-06-11 00:59:10 +02:00
47934a70be reordered Project 2018-06-11 00:24:37 +02:00