List of commits:
Subject Hash Author Date (UTC)
Fixed a spelling issue 1fab59530a50e8f30215a4e8f26dd443aa014d97 EyadMohammedOsama 2019-08-27 16:28:25
Added login checkbox value to data form f5c589a7bd70207b63f192dd8c7c39d4152a6472 EyadMohammedOsama 2019-08-23 00:09:26
Added the login message template 77965d326fda8776480d77ea2230f5119bb7a383 EyadMohammedOsama 2019-08-23 00:08:51
Added checkbox for login emails e8366b083a8cd53645e5cccd20619fc07fbb0e15 EyadMohammedOsama 2019-08-23 00:08:26
Added login email feature 82ef8559a69e7f1c684e8b99d6884f0a198ffa5d EyadMohammedOsama 2019-08-23 00:08:09
Added login email notification 2b96127f976f20b1e2c7d3e8424dfbe75ad4459a EyadMohammedOsama 2019-08-23 00:07:37
Commented out the auth middleware 8273a3c85880473a9319f501d7454f2228ec6206 EyadMohammedOsama 2019-08-21 16:10:00
Changed fiddle favoriting notification position a1370e34fb01da691c7033722c6aab50c210b710 EyadMohammedOsama 2019-08-21 15:58:57
Fixed issue with existence check 69b0146025ef96e0ec11c9782cdbef0d8781a2fe EyadMohammedOsama 2019-08-21 15:58:23
Added new tables 9a77812ba8942ef3779ee5888c31a837634c92fe EyadMohammedOsama 2019-08-16 00:15:07
Added new routes 395a39cef88965ad208b1a1f41616ab003c277e5 EyadMohammedOsama 2019-08-16 00:06:31
Added confirmation alert 159468a8b95c5533fce13dbd51693ee0e5bbba76 EyadMohammedOsama 2019-08-16 00:06:00
Added link to password forgot page c5de10dc4742f3398ee06bc5a470381f88e724c2 EyadMohammedOsama 2019-08-16 00:05:33
Removed $is_confirmed aa345beb6ae8c0058dd5242b7d163f8c51df7e86 EyadMohammedOsama 2019-08-16 00:05:05
Initial Commit 15c32a418d14fba9a89e0a9dd5bfa283fb5811d4 EyadMohammedOsama 2019-08-16 00:04:14
Added several new methods 0bc95876af1041a053fbb426dfa3c5fb4600647b EyadMohammedOsama 2019-08-16 00:03:27
Initial Commit c1a0c0ceaf232bec3dd3faa0c5d49cf4f840f364 EyadMohammedOsama 2019-08-15 16:18:26
Initial Commit 34400f91e493a86b1a8e0a1e32bc74cfb546c681 EyadMohammedOsama 2019-08-13 23:04:27
Added download button b2778c1c6ed5e42de7bac6ae9223facf33469b8e EyadMohammedOsama 2019-08-08 22:17:29
Initial Commit 31265bb888791eb58829bdf07222d319a3387629 EyadMohammedOsama 2019-08-08 22:17:19
Commit 1fab59530a50e8f30215a4e8f26dd443aa014d97 - Fixed a spelling issue
Author: EyadMohammedOsama
Author date (UTC): 2019-08-27 16:28
Committer name: EyadMohammedOsama
Committer date (UTC): 2019-08-27 16:28
Parent(s): f5c589a7bd70207b63f192dd8c7c39d4152a6472
Signing key:
Tree: 0371b11b6c0052af10b30778cc75f7ddaca3f578
File Lines added Lines deleted
resources/views/About.blade.php 1 1
File resources/views/About.blade.php changed (mode: 100644) (index 2fc2957..b09c725)
5 5 <p>SICSF is a web application built with simplicity and ease in mind to help people save and share their client side code online.</p> <p>SICSF is a web application built with simplicity and ease in mind to help people save and share their client side code online.</p>
6 6 <p>In this context, client side code is HTML,CSS & JavaScript. </p> <p>In this context, client side code is HTML,CSS & JavaScript. </p>
7 7 <p>Registered users can create, update, delete, share, and favorite fiddles, also they can edit their profiles, they have the ability to add links for their accounts on some social networks, like Facebook, plus the ability to add a biography to describe themselves in a nice formatted way using special codes.</p> <p>Registered users can create, update, delete, share, and favorite fiddles, also they can edit their profiles, they have the ability to add links for their accounts on some social networks, like Facebook, plus the ability to add a biography to describe themselves in a nice formatted way using special codes.</p>
8 <p>If you have any questions, errors, suggestions, please visit the offical github repository, <a href="https://github.com/Eyad-Mohammed-Osama/SICSF-Alternative" target="_blank">SICSF-Alternative</a> (warning: opens in new tab), and act their according to the document on the main page.</p>
8 <p>If you have any questions, errors, suggestions, please visit the offical github repository, <a href="https://github.com/Eyad-Mohammed-Osama/SICSF-Alternative" target="_blank">SICSF-Alternative</a> (warning: opens in new tab), and act there according to the document on the main page.</p>
9 9 <h3>Features</h3> <h3>Features</h3>
10 10 <p>Here's a list of the features of SICSF:</p> <p>Here's a list of the features of SICSF:</p>
11 11 <ul> <ul>
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/EyadMohammedOsama/sicsf

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/EyadMohammedOsama/sicsf

Clone this repository using git:
git clone git://git.rocketgit.com/user/EyadMohammedOsama/sicsf

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main