Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Logo claim is not used anymore | Morris Jobke | 2017-08-02 | 3 | -9/+5 | |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-03 | 16 | -0/+48 | |
|/ | ||||||
* | Merge pull request #5816 from nextcloud/fix-oracle | Morris Jobke | 2017-08-02 | 12 | -26/+121 | |
|\ | ||||||
| * | Add a method to compare empty strings with an expression | Joas Schilling | 2017-08-02 | 4 | -1/+64 | |
| * | Fix repair step for oracle... | Joas Schilling | 2017-08-02 | 1 | -1/+1 | |
| * | Fix last failures with oracle | Joas Schilling | 2017-08-02 | 1 | -2/+4 | |
| * | Fix ILIKE regex for oracle | Joas Schilling | 2017-08-02 | 1 | -1/+1 | |
| * | Fix auth provider | Joas Schilling | 2017-08-02 | 1 | -1/+1 | |
| * | Use selectAlias() | Joas Schilling | 2017-08-02 | 1 | -2/+4 | |
| * | Can not insert auto increment on oracle | Joas Schilling | 2017-08-02 | 3 | -3/+5 | |
| * | Fix clob comparison | Joas Schilling | 2017-08-02 | 1 | -1/+1 | |
| * | Quote aliases as well | Joas Schilling | 2017-08-02 | 2 | -10/+24 | |
| * | Oracle does not support PDO::FETCH_KEY_PAIR | Joas Schilling | 2017-08-02 | 2 | -7/+19 | |
* | | Merge pull request #5952 from nextcloud/appmanager-isshipped | Morris Jobke | 2017-08-02 | 3 | -23/+15 | |
|\ \ | ||||||
| * | | Use public methods for OC_App::isShipped | Morris Jobke | 2017-08-01 | 3 | -23/+15 | |
* | | | Use IUser | Lukas Reschke | 2017-08-02 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-02 | 56 | -110/+138 | |
* | | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 7 | -19/+19 | |
|/ | ||||||
* | Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call | Morris Jobke | 2017-08-01 | 2 | -2/+16 | |
|\ | ||||||
| * | Add metadata to \OCP\AppFramework\Http\Response::throttle | Lukas Reschke | 2017-07-27 | 2 | -2/+16 | |
* | | Merge pull request #5877 from nextcloud/typehint_middleware | Morris Jobke | 2017-08-01 | 7 | -27/+30 | |
|\ \ | ||||||
| * | | Fix middleware implementations signatures | Roeland Jago Douma | 2017-07-31 | 6 | -23/+26 | |
| * | | Prop argument type for Middleware | Roeland Jago Douma | 2017-07-31 | 1 | -4/+4 | |
* | | | Merge pull request #5939 from nextcloud/dont-have-set-uid-as-displayname | Morris Jobke | 2017-08-01 | 1 | -12/+0 | |
|\ \ \ | ||||||
| * | | | Remove setUidAsDisplayName | Lukas Reschke | 2017-07-31 | 1 | -12/+0 | |
* | | | | Merge pull request #5897 from nextcloud/add-share-mail-for-user-share | Roeland Jago Douma | 2017-08-01 | 2 | -2/+104 | |
|\ \ \ \ | ||||||
| * | | | | Send an email once a file/folder is shared with a user | Morris Jobke | 2017-07-28 | 2 | -2/+104 | |
* | | | | | Fix OCS Exception | Roeland Jago Douma | 2017-08-01 | 1 | -0/+4 | |
* | | | | | Fix L10N::t | Roeland Jago Douma | 2017-08-01 | 5 | -9/+9 | |
* | | | | | Some more invalid PHPDocs in legacy classes | Lukas Reschke | 2017-08-01 | 8 | -11/+21 | |
* | | | | | Function also accepts ints | Lukas Reschke | 2017-08-01 | 2 | -2/+2 | |
* | | | | | Properly name variable | Lukas Reschke | 2017-08-01 | 1 | -1/+1 | |
* | | | | | null is a valid parameter | Lukas Reschke | 2017-08-01 | 1 | -2/+2 | |
* | | | | | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 40 | -110/+132 | |
* | | | | | Properly suppress | Lukas Reschke | 2017-08-01 | 1 | -1/+1 | |
* | | | | | Fix MigrationSchemaChecker and CryptoWrapper | Lukas Reschke | 2017-08-01 | 2 | -3/+11 | |
* | | | | | Fix template functions | Lukas Reschke | 2017-08-01 | 2 | -3/+22 | |
* | | | | | Fix lib/public/User.php | Lukas Reschke | 2017-08-01 | 1 | -2/+3 | |
* | | | | | AppData is no longer internal | Roeland Jago Douma | 2017-08-01 | 4 | -4/+0 | |
* | | | | | Add |null to PHPDoc | Lukas Reschke | 2017-08-01 | 6 | -6/+6 | |
* | | | | | Fix \OCP\Util | Lukas Reschke | 2017-08-01 | 2 | -4/+6 | |
* | | | | | Suppress deprecated function in \OCP\JSON | Lukas Reschke | 2017-08-01 | 1 | -3/+14 | |
* | | | | | Add proper PHPDoc | Lukas Reschke | 2017-08-01 | 2 | -2/+4 | |
* | | | | | Take IUser instead of User | Lukas Reschke | 2017-08-01 | 4 | -12/+13 | |
* | | | | | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 3 | -3/+2 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-01 | 6 | -4/+8 | |
* | | | | | Merge pull request #5890 from nextcloud/fix-403-and-404-redirect | Roeland Jago Douma | 2017-07-31 | 1 | -2/+2 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Fix 403 and 404 redirect | Morris Jobke | 2017-07-26 | 1 | -2/+2 | |
* | | | | | Merge pull request #5905 from nextcloud/ocp-config | Morris Jobke | 2017-07-31 | 3 | -4/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 3 | -4/+5 | |
| | |_|_|/ | |/| | | |