Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #5922 from nextcloud/master-add-brackets-on-concat-method | Roeland Jago Douma | 2017-07-31 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add brackets around concat statements so comparing the result works as intended | Joas Schilling | 2017-07-28 | 2 | -2/+2 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-31 | 2 | -0/+2 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-30 | 2 | -20/+46 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-29 | 8 | -0/+22 | |
|/ / / / | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-28 | 12 | -0/+12 | |
* | | | | Merge pull request #5644 from nextcloud/add-occ-app-install | Morris Jobke | 2017-07-27 | 2 | -0/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | update autoloader | sualko | 2017-07-26 | 2 | -0/+2 | |
| |/ / | ||||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-27 | 2 | -2/+56 | |
| |/ |/| | ||||||
* | | Add new bundle | Lukas Reschke | 2017-07-26 | 4 | -0/+53 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-26 | 2 | -0/+32 | |
* | Merge pull request #5864 from nextcloud/legacy_user | Lukas Reschke | 2017-07-25 | 4 | -93/+2 | |
|\ | ||||||
| * | Fix comments | Morris Jobke | 2017-07-25 | 1 | -1/+1 | |
| * | Remove legacy OC_User_Backend and OC_User_Interface | Roeland Jago Douma | 2017-07-24 | 3 | -92/+1 | |
* | | Merge pull request #5836 from nextcloud/preview_update | Lukas Reschke | 2017-07-25 | 1 | -1/+7 | |
|\ \ | ||||||
| * | | Empty search no longer works | Roeland Jago Douma | 2017-07-24 | 1 | -1/+7 | |
* | | | "Only variables must be passed by reference" | Joas Schilling | 2017-07-25 | 1 | -2/+4 | |
* | | | Use order by to avoid problems when chunking finds a same item again... | Joas Schilling | 2017-07-25 | 1 | -1/+1 | |
* | | | Remove generate change script which doesnt work with migrations anymore | Joas Schilling | 2017-07-25 | 2 | -2/+0 | |
* | | | Fix autoloader | Morris Jobke | 2017-07-25 | 2 | -0/+4 | |
* | | | Install from migrations | Joas Schilling | 2017-07-25 | 6 | -25/+4 | |
* | | | Merge pull request #5863 from nextcloud/pimp_l10n_string | Lukas Reschke | 2017-07-25 | 7 | -9/+19 | |
|\ \ \ | ||||||
| * | | | Update autoloader | Roeland Jago Douma | 2017-07-24 | 2 | -0/+2 | |
| * | | | Move \OC_L10N_String to proper \OC\L10N\L10NString | Roeland Jago Douma | 2017-07-24 | 5 | -9/+17 | |
| | |/ | |/| | ||||||
* / | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-25 | 4 | -2/+44 | |
|/ / | ||||||
* | | Merge pull request #5857 from nextcloud/database-exception-cleanup | Morris Jobke | 2017-07-24 | 2 | -13/+2 | |
|\ \ |