| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-06 | 6 | -0/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-05 | 2 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-04 | 4 | -0/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-03 | 8 | -0/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-02 | 6 | -2/+14 |
* | Merge pull request #24055 from nextcloud/bugfix/noid/enfore-no-notnull-for-bo... | Morris Jobke | 2021-04-01 | 1 | -5/+27 |
|\ |
|
| * | Rename the method to match what it does | Joas Schilling | 2021-03-31 | 1 | -3/+3 |
| * | Don't allow Notnull for boolean columns | Joas Schilling | 2021-03-31 | 1 | -0/+5 |
| * | Document the constraints we test against | Joas Schilling | 2021-03-31 | 1 | -0/+17 |
| * | Fix exception messages spacing | Joas Schilling | 2021-03-31 | 1 | -2/+2 |
* | | Properly handle creating the template directory in a subfolder (fixes #25787) | Julius Härtl | 2021-04-01 | 1 | -3/+3 |
* | | Get the parent directory before creating a file from a template | Julius Härtl | 2021-04-01 | 2 | -2/+12 |
* | | Merge pull request #26394 from nextcloud/feature/noid/updatable-account-data | Julius Härtl | 2021-04-01 | 2 | -0/+24 |
|\ \ |
|
| * | | Allow apps to write/update account data | Joas Schilling | 2021-03-31 | 2 | -0/+24 |
| |/ |
|
* / | make ILDAPProviderFactory usable when there is no ldap setup | Robin Appelman | 2021-03-31 | 5 | -4/+63 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-31 | 2 | -2/+2 |
* | Merge pull request #25961 from nextcloud/enh/events/2fa_provider | kesselb | 2021-03-30 | 5 | -4/+150 |
|\ |
|
| * | Add real events for enabled 2fa providers for users | Roeland Jago Douma | 2021-03-22 | 5 | -4/+150 |
* | | Merge pull request #25280 from nextcloud/explicit-file-permissions | Roeland Jago Douma | 2021-03-30 | 1 | -4/+16 |
|\ \ |
|
| * | | Set umask before operations that create local files | Robin Appelman | 2021-03-23 | 1 | -4/+16 |
* | | | Merge pull request #26219 from nextcloud/relative-path-null | Roeland Jago Douma | 2021-03-30 | 6 | -8/+12 |
|\ \ \ |
|
| * | | | getStorage can also return null | Robin Appelman | 2021-03-24 | 4 | -5/+5 |
| * | | | proper error for search results outside user folder | Robin Appelman | 2021-03-24 | 1 | -1/+5 |
| * | | | getRelativePath can return null | Robin Appelman | 2021-03-24 | 2 | -2/+2 |
* | | | | gracefully handle deleteFromSelf when share is already gone | Arthur Schiwon | 2021-03-30 | 1 | -1/+2 |
* | | | | Merge pull request #26243 from nextcloud/enh/noid/avatar-privacy-new-scope | Joas Schilling | 2021-03-29 | 10 | -16/+351 |
|\ \ \ \ |
|
| * | | | | Update autoloader for PlaceholderAvatar | Vincent Petry | 2021-03-26 | 2 | -0/+2 |
| * | | | | Add known user check in avatar when v2-private scope | Vincent Petry | 2021-03-26 | 3 | -13/+30 |
| * | | | | Added PlaceholderAvatar with own cached images | Vincent Petry | 2021-03-26 | 3 | -10/+191 |
| * | | | | Add property scope tests for AccountManager | Vincent Petry | 2021-03-26 | 1 | -6/+13 |
| * | | | | OCS allow reading and writing account property scopes | Vincent Petry | 2021-03-26 | 2 | -2/+33 |
| * | | | | Map old account scope properties to new names | Vincent Petry | 2021-03-26 | 3 | -13/+31 |
| * | | | | Add new v2-private account scope | Vincent Petry | 2021-03-26 | 3 | -5/+84 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-28 | 4 | -18/+18 |
* | | | | | Merge pull request #26327 from nextcloud/fix-get-return | Morris Jobke | 2021-03-27 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | fix return value of Root::get | Robin Appelman | 2021-03-26 | 1 | -1/+1 |
| |/ / / / |
|
* / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-27 | 2 | -0/+2 |
|/ / / / |
|
* | | | | Merge pull request #26308 from nextcloud/enhancement/timed-job-interval-descr... | Roeland Jago Douma | 2021-03-26 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Document that the TimedJob interval is in seconds | Christoph Wurst | 2021-03-26 | 1 | -2/+4 |
* | | | | | Merge pull request #26281 from hosting-de/fix/email | Roeland Jago Douma | 2021-03-26 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Change my email address | Johannes Leuker | 2021-03-24 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Log when a storage is marked as unavailable | Morris Jobke | 2021-03-25 | 1 | -0/+4 |
* | | | | Merge pull request #26285 from nextcloud/techdebt/noid/cleanup-update-events | Roeland Jago Douma | 2021-03-25 | 1 | -12/+0 |
|\ \ \ \ |
|
| * | | | | Remove event listener to udpate events that are not present anymore | Morris Jobke | 2021-03-25 | 1 | -12/+0 |
* | | | | | Merge pull request #21484 from nextcloud/better-forbidden-path-errors | Morris Jobke | 2021-03-25 | 1 | -8/+4 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | show better error messages when a file with a forbidden path is encountered | Robin Appelman | 2021-03-24 | 1 | -8/+4 |
* | | | | | Merge pull request #21641 from nextcloud/techdebt/noid/bye-bye-database-xml | Roeland Jago Douma | 2021-03-25 | 8 | -607/+42 |
|\ \ \ \ \ |
|
| * | | | | | Cleanup unneeded code around database.xml | Morris Jobke | 2021-03-24 | 6 | -576/+24 |
| * | | | | | Bye bye database.xml | Joas Schilling | 2021-03-24 | 2 | -31/+18 |
| |/ / / / |
|
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-25 | 2 | -0/+2 |