Browse Source
Use Jcrop, have inline errormsg, work on cropping, clean up, WIP
remotes/origin/stable6
Use Jcrop, have inline errormsg, work on cropping, clean up, WIP
remotes/origin/stable6
8 changed files with 94 additions and 26 deletions
-
24avatar.php
-
13lib/avatar.php
-
12lib/notsquareexception.php
-
4lib/public/avatar.php
-
2settings/css/settings.css
-
62settings/js/personal.js
-
2settings/personal.php
-
1settings/templates/personal.php
@ -0,0 +1,12 @@ |
|||
<?php |
|||
/** |
|||
* Copyright (c) 2013 Christopher Schäpers <christopher@schaepers.it> |
|||
* This file is licensed under the Affero General Public License version 3 or |
|||
* later. |
|||
* See the COPYING-README file. |
|||
*/ |
|||
|
|||
namespace OC; |
|||
|
|||
class NotSquareException extends \Exception { |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue